Uses of Package
com.opensymphony.oscache.base.persistence

Packages that use com.opensymphony.oscache.base.persistence
com.opensymphony.oscache.base Provides the base classes and interfaces that make up the core of OSCache.  
com.opensymphony.oscache.base.algorithm Provides the classes that implement the caching algorithms used by OSCache, all of which are based on a derivative of Doug Lea's ConcurrentReaderHashMap.  
com.opensymphony.oscache.base.persistence Provides the interfaces that provide persistence storage of cached objects.  
com.opensymphony.oscache.plugins.diskpersistence Provides support for persisting cached objects to disk.  
 

Classes in com.opensymphony.oscache.base.persistence used by com.opensymphony.oscache.base
PersistenceListener
          Defines the methods that are required to persist cache data.
 

Classes in com.opensymphony.oscache.base.persistence used by com.opensymphony.oscache.base.algorithm
PersistenceListener
          Defines the methods that are required to persist cache data.
 

Classes in com.opensymphony.oscache.base.persistence used by com.opensymphony.oscache.base.persistence
CachePersistenceException
          Exception thrown when an error occurs in a PersistenceListener implementation.
PersistenceListener
          Defines the methods that are required to persist cache data.
 

Classes in com.opensymphony.oscache.base.persistence used by com.opensymphony.oscache.plugins.diskpersistence
CachePersistenceException
          Exception thrown when an error occurs in a PersistenceListener implementation.
PersistenceListener
          Defines the methods that are required to persist cache data.
 


OSCache Project Page