Uses of Interface
org.simpleframework.xml.util.Cache
-
-
Uses of Cache in org.simpleframework.xml.convert
Classes in org.simpleframework.xml.convert that implement Cache Modifier and Type Class Description (package private) classScannerBuilderTheScannerBuilderis used to build and cache each scanner requested.private static classScannerBuilder.EntryTheEntryobject represents a scanner that is used to scan a specified type for annotations.Fields in org.simpleframework.xml.convert declared as Cache Modifier and Type Field Description private Cache<Converter>ConverterFactory. cacheThis is the cache that is used to cache converter instances.private Cache<Converter>Registry. cacheThis is used to cache the converters based on object types.private Cache<java.lang.Class>RegistryBinder. cacheThis is used to cache bindings between types and converters. -
Uses of Cache in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as Cache Modifier and Type Field Description protected Cache<java.lang.String>PathParser. attributesThis is used to cache the attributes created by this path.private Cache<Expression>ExpressionBuilder. cacheThis is the cache of path expressions previously built.private Cache<java.lang.annotation.Annotation>FieldContact. cacheThis cache contains the annotations present on the field.private Cache<java.lang.annotation.Annotation>GetPart. cacheThis cache contains the annotations present on the method.private Cache<java.lang.reflect.Constructor>InstanceFactory. cacheThis is used to cache the constructors for the given types.private Cache<LabelGroup>LabelExtractor. cacheThis is used to cache the list of labels that have been created.private Cache<Scanner>ScannerFactory. cacheThis is used to cache all schemas built to represent a class.private Cache<java.lang.annotation.Annotation>SetPart. cacheThis cache contains the annotations present on the method.private Cache<Detail>DetailExtractor. detailsThis contains a cache of the details scanned for classes.protected Cache<java.lang.String>PathParser. elementsThis is used to cache the elements created by this path.private Cache<ContactList>DetailExtractor. fieldsThis is the cache of fields for specific classes scanned.private 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 Cache Modifier and Type Class Description (package private) classReadStateTheReadStateobject is used to store all graphs that are currently been read with a given cycle strategy.(package private) classWriteStateTheWriteStateobject 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 Modifier and Type Field Description private Cache<java.lang.String>Builder. attributesThis is the cache for the constructed attribute values.private Cache<java.lang.String>Builder. elementsThis is the cache for the constructed element values. -
Uses of Cache in org.simpleframework.xml.transform
Fields in org.simpleframework.xml.transform declared as Cache Modifier and Type Field Description private Cache<Transform>Transformer. cacheThis is used to cache all transforms matched to a given type.private Cache<java.lang.Object>Transformer. errorThis is used to cache the types that to not have a transform.private Cache<Transform>RegistryMatcher. transformsThis is used to fetch transform instances by type.private Cache<java.lang.Class>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 Cache Modifier and Type Class Description classConcurrentCache<T>TheConcurrentCacheinterface 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 classResolver.CacheThis 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.
-