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) classTheScannerBuilderis used to build and cache each scanner requested.private static classTheEntryobject 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.attributesThis is used to cache the attributes created by this path.private final Cache<Expression> ExpressionBuilder.cacheThis is the cache of path expressions previously built.private final Cache<Annotation> FieldContact.cacheThis cache contains the annotations present on the field.private final Cache<Annotation> GetPart.cacheThis cache contains the annotations present on the method.private final Cache<Constructor> InstanceFactory.cacheThis is used to cache the constructors for the given types.private final Cache<LabelGroup> LabelExtractor.cacheThis is used to cache the list of labels that have been created.ScannerFactory.cacheThis is used to cache all schemas built to represent a class.private final Cache<Annotation> SetPart.cacheThis cache contains the annotations present on the method.DetailExtractor.detailsThis contains a cache of the details scanned for classes.PathParser.elementsThis is used to cache the elements created by this path.private final Cache<ContactList> DetailExtractor.fieldsThis is the cache of fields for specific classes scanned.private final Cache<ContactList> DetailExtractor.methodsThis 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) classTheReadStateobject is used to store all graphs that are currently been read with a given cycle strategy.(package private) classTheWriteStateobject 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.cacheThis is used to cache all transforms matched to a given type.Transformer.errorThis is used to cache the types that to not have a transform.RegistryMatcher.transformsThis is used to fetch transform instances by type.RegistryMatcher.typesThis 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 TypeClassDescriptionclassTheConcurrentCacheinterface is used to represent a cache that will store key value pairs.classLimitedCache<T>TheLimitedCacheinterface is used to represent a cache that will store key value pairs.private classThis is used to cache resolutions made so that the matches can be acquired the next time without performing the resolution.classWeakCache<T>TheWeakCacheobject is an implementation of a cache that holds on to cached items only if the key remains in memory.