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

Packages that use Cache
Package
Description
 
  • Uses of Cache in org.simpleframework.xml.util

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