Uses of Interface
org.simpleframework.xml.util.Cache

Packages that use Cache
org.simpleframework.xml.util   
 

Uses of Cache in org.simpleframework.xml.util
 

Classes in org.simpleframework.xml.util that implement Cache
 class ConcurrentCache<T>
          The ConcurrentCache interface is used to represent a cache that will store key value pairs.
 class LimitedCache<T>
          The LimitedCache interface is used to represent a cache that will store key value pairs.
 class WeakCache<T>
          The WeakCache object is an implementation of a cache that holds on to cached items only if the key remains in memory.
 



Copyright © 2013. All Rights Reserved.