Package org.simpleframework.xml.util
package org.simpleframework.xml.util
-
ClassDescriptionCache<T>The
Cacheinterface is used to represent a cache that will store key value pairs.TheConcurrentCacheinterface is used to represent a cache that will store key value pairs.Dictionary<T extends Entry>TheDictionaryobject represents a mapped set of entry objects that can be serialized and deserialized.TheTableobject is used to represent a map of entries mapped to a string name.TheEntryobject represents entries to the dictionary object.LimitedCache<T>TheLimitedCacheinterface is used to represent a cache that will store key value pairs.This object is stored within aResolverso that it can be retrieved using a string that matches its pattern.This is used to storeMatchobjects, which can then be retrieved using a string by comparing that string to the pattern of theMatchobjects.WeakCache<T>TheWeakCacheobject is an implementation of a cache that holds on to cached items only if the key remains in memory.