Uses of Package
com.opensymphony.oscache.base

Packages that use com.opensymphony.oscache.base
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.events Provides the base classes and interfaces that allow pluggable event handlers to be incorporated into OSCache. 
com.opensymphony.oscache.base.persistence Provides the interfaces that provide persistence storage of cached objects. 
com.opensymphony.oscache.general Provides a generic administrator class for the cache. 
com.opensymphony.oscache.plugins.clustersupport Provides support for broadcasting flush events so that OSCache can function across a cluster. 
com.opensymphony.oscache.plugins.diskpersistence Provides support for persisting cached objects to disk. 
com.opensymphony.oscache.web Provides classes and interfaces that make up the base of OSCache's web application support. 
com.opensymphony.oscache.web.filter Provides the caching filter (and its support classes) that allows HTTP responses to be cached by OSCache. 
com.opensymphony.oscache.web.tag Provides the tag libraries that allow OSCache to be accessed via JSP custom tags for caching portions of JSP pages. 
 

Classes in com.opensymphony.oscache.base used by com.opensymphony.oscache.base
Cache
          Provides an interface to the cache itself.
CacheEntry
          A CacheEntry instance represents one entry in the cache.
Config
          Responsible for holding the Cache configuration properties.
EntryRefreshPolicy
          Interface that allows custom code to be called when checking to see if a cache entry has expired.
EntryUpdateState
          Holds the state of a Cache Entry that is in the process of being (re)generated.
FinalizationException
          Thrown by LifecycleAware listeners that are not able to finalize themselves.
InitializationException
          Thrown by LifecycleAware listeners that are not able to initialize themselves.
NeedsRefreshException
          This exception is thrown when retrieving an item from cache and it is expired.
 

Classes in com.opensymphony.oscache.base used by com.opensymphony.oscache.base.algorithm
CacheEntry
          A CacheEntry instance represents one entry in the cache.
 

Classes in com.opensymphony.oscache.base used by com.opensymphony.oscache.base.events
Cache
          Provides an interface to the cache itself.
CacheEntry
          A CacheEntry instance represents one entry in the cache.
 

Classes in com.opensymphony.oscache.base used by com.opensymphony.oscache.base.persistence
Config
          Responsible for holding the Cache configuration properties.
 

Classes in com.opensymphony.oscache.base used by com.opensymphony.oscache.general
AbstractCacheAdministrator
          An AbstractCacheAdministrator defines an abstract cache administrator, implementing all the basic operations related to the configuration of a cache, including assigning any configured event handlers to cache objects.
Cache
          Provides an interface to the cache itself.
EntryRefreshPolicy
          Interface that allows custom code to be called when checking to see if a cache entry has expired.
NeedsRefreshException
          This exception is thrown when retrieving an item from cache and it is expired.
 

Classes in com.opensymphony.oscache.base used by com.opensymphony.oscache.plugins.clustersupport
Cache
          Provides an interface to the cache itself.
Config
          Responsible for holding the Cache configuration properties.
FinalizationException
          Thrown by LifecycleAware listeners that are not able to finalize themselves.
InitializationException
          Thrown by LifecycleAware listeners that are not able to initialize themselves.
LifecycleAware
          Event handlers implement this so they can be notified when a cache is created and also when it is destroyed.
 

Classes in com.opensymphony.oscache.base used by com.opensymphony.oscache.plugins.diskpersistence
Config
          Responsible for holding the Cache configuration properties.
 

Classes in com.opensymphony.oscache.base used by com.opensymphony.oscache.web
AbstractCacheAdministrator
          An AbstractCacheAdministrator defines an abstract cache administrator, implementing all the basic operations related to the configuration of a cache, including assigning any configured event handlers to cache objects.
Cache
          Provides an interface to the cache itself.
CacheEntry
          A CacheEntry instance represents one entry in the cache.
EntryRefreshPolicy
          Interface that allows custom code to be called when checking to see if a cache entry has expired.
NeedsRefreshException
          This exception is thrown when retrieving an item from cache and it is expired.
 

Classes in com.opensymphony.oscache.base used by com.opensymphony.oscache.web.filter
Cache
          Provides an interface to the cache itself.
CacheEntry
          A CacheEntry instance represents one entry in the cache.
EntryRefreshPolicy
          Interface that allows custom code to be called when checking to see if a cache entry has expired.
 

Classes in com.opensymphony.oscache.base used by com.opensymphony.oscache.web.tag
Cache
          Provides an interface to the cache itself.
 



Copyright © 2011 OpenSymphony. All Rights Reserved.