Uses of Interface
org.simpleframework.xml.util.Cache
Packages that use Cache
-
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.classWeakCache<T>TheWeakCacheobject is an implementation of a cache that holds on to cached items only if the key remains in memory.