Package org.simpleframework.xml.util
-
Interface Summary Interface Description Cache<T> TheCache
interface is used to represent a cache that will store key value pairs.Entry TheEntry
object represents entries to the dictionary object.Match This object is stored within aResolver
so that it can be retrieved using a string that matches its pattern. -
Class Summary Class Description ConcurrentCache<T> TheConcurrentCache
interface is used to represent a cache that will store key value pairs.Dictionary<T extends Entry> TheDictionary
object represents a mapped set of entry objects that can be serialized and deserialized.LimitedCache<T> TheLimitedCache
interface is used to represent a cache that will store key value pairs.Resolver<M extends Match> This is used to storeMatch
objects, which can then be retrieved using a string by comparing that string to the pattern of theMatch
objects.WeakCache<T> TheWeakCache
object is an implementation of a cache that holds on to cached items only if the key remains in memory.