Uses of Interface
org.simpleframework.xml.util.Cache
Packages that use Cache
Package
Description
-
Uses of Cache in org.simpleframework.xml.convert
Classes in org.simpleframework.xml.convert that implement CacheModifier and TypeClassDescription(package private) class
TheScannerBuilder
is used to build and cache each scanner requested.private static class
TheEntry
object represents a scanner that is used to scan a specified type for annotations.Fields in org.simpleframework.xml.convert declared as Cache -
Uses of Cache in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as CacheModifier and TypeFieldDescriptionPathParser.attributes
This is used to cache the attributes created by this path.private final Cache
<Expression> ExpressionBuilder.cache
This is the cache of path expressions previously built.private final Cache
<Annotation> FieldContact.cache
This cache contains the annotations present on the field.private final Cache
<Annotation> GetPart.cache
This cache contains the annotations present on the method.private final Cache
<Constructor> InstanceFactory.cache
This is used to cache the constructors for the given types.private final Cache
<LabelGroup> LabelExtractor.cache
This is used to cache the list of labels that have been created.ScannerFactory.cache
This is used to cache all schemas built to represent a class.private final Cache
<Annotation> SetPart.cache
This cache contains the annotations present on the method.DetailExtractor.details
This contains a cache of the details scanned for classes.PathParser.elements
This is used to cache the elements created by this path.private final Cache
<ContactList> DetailExtractor.fields
This is the cache of fields for specific classes scanned.private final Cache
<ContactList> DetailExtractor.methods
This is the cache of methods for specific classes scanned. -
Uses of Cache in org.simpleframework.xml.strategy
Classes in org.simpleframework.xml.strategy that implement CacheModifier and TypeClassDescription(package private) class
TheReadState
object is used to store all graphs that are currently been read with a given cycle strategy.(package private) class
TheWriteState
object is used to store all graphs that are currently been written with a given cycle strategy. -
Uses of Cache in org.simpleframework.xml.stream
Fields in org.simpleframework.xml.stream declared as Cache -
Uses of Cache in org.simpleframework.xml.transform
Fields in org.simpleframework.xml.transform declared as CacheModifier and TypeFieldDescriptionTransformer.cache
This is used to cache all transforms matched to a given type.Transformer.error
This is used to cache the types that to not have a transform.RegistryMatcher.transforms
This is used to fetch transform instances by type.RegistryMatcher.types
This is used to determine the transform for a type. -
Uses of Cache in org.simpleframework.xml.util
Classes in org.simpleframework.xml.util that implement CacheModifier and TypeClassDescriptionclass
TheConcurrentCache
interface is used to represent a cache that will store key value pairs.class
LimitedCache<T>
TheLimitedCache
interface is used to represent a cache that will store key value pairs.private class
This is used to cache resolutions made so that the matches can be acquired the next time without performing the resolution.class
WeakCache<T>
TheWeakCache
object is an implementation of a cache that holds on to cached items only if the key remains in memory.