|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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. |
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.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. |
|
OSCache Project Page | ||||||||||
PREV NEXT | FRAMES NO FRAMES |