| Library: | OpenSymphony OSCache |
| Version: | 2.3 |
| Compatibility: | JDK 1.4 |
| Name | Package | Description |
|---|---|---|
| AbstractBroadcastingListener | com.opensymphony.oscache.plugins.clustersupport | Implementation of a CacheEntryEventListener. |
| AbstractCacheAdministrator | com.opensymphony.oscache.base | 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. |
| AbstractConcurrentReadCache | com.opensymphony.oscache.base.algorithm | A version of Hashtable that supports mostly-concurrent reading, but exclusive writing. |
| AbstractConcurrentReadCache.Entry | com.opensymphony.oscache.base.algorithm | AbstractConcurrentReadCache collision list entry. |
| AbstractConcurrentReadCache.HashIterator | com.opensymphony.oscache.base.algorithm | No description provided. |
| AbstractConcurrentReadCache.KeyIterator | com.opensymphony.oscache.base.algorithm | No description provided. |
| AbstractConcurrentReadCache.ValueIterator | com.opensymphony.oscache.base.algorithm | No description provided. |
| AbstractDiskPersistenceListener | com.opensymphony.oscache.plugins.diskpersistence | Persist the cache data to disk. |
| Cache | com.opensymphony.oscache.base | Provides an interface to the cache itself. |
| CacheContextListener | com.opensymphony.oscache.web | Class for a clean startup and shutdown of the ServletCacheAdministrator and its application scoped cache. |
| CacheEntry | com.opensymphony.oscache.base | A CacheEntry instance represents one entry in the cache. |
| CacheEntryEvent | com.opensymphony.oscache.base.events | CacheEntryEvent is the object created when an event occurs on a cache entry (Add, update, remove, flush). |
| CacheEntryEventListenerImpl | com.opensymphony.oscache.extra | Implementation of a CacheEntryEventListener. |
| CacheEntryEventType | com.opensymphony.oscache.base.events | This is all the possible events that may occur on a cache entry or collection of cache entries. |
| CacheEvent | com.opensymphony.oscache.base.events | The root event class for all cache events. |
| CacheFilter | com.opensymphony.oscache.web.filter | CacheFilter is a filter that allows for server-side caching of post-processed servlet content. |
| CacheGroupEvent | com.opensymphony.oscache.base.events | CacheGroupEvent is an event that occurs at the cache group level (Add, update, remove, flush). |
| CacheHttpServletResponseWrapper | com.opensymphony.oscache.web.filter | CacheServletResponse is a serialized representation of a response |
| CacheMapAccessEvent | com.opensymphony.oscache.base.events | Cache map access event. |
| CacheMapAccessEventListenerImpl | com.opensymphony.oscache.extra | Implementation of a CacheMapAccessEventListener. |
| CacheMapAccessEventType | com.opensymphony.oscache.base.events | This is an enumeration of the cache events that represent the various outcomes of cache accesses. |
| CachePatternEvent | com.opensymphony.oscache.base.events | A CachePatternEvent is fired when a pattern has been applied to a cache. |
| CacheTag | com.opensymphony.oscache.web.tag | CacheTag is a tag that allows for server-side caching of post-processed JSP content. |
| CachewideEvent | com.opensymphony.oscache.base.events | A CachewideEvent |
| CachewideEventType | com.opensymphony.oscache.base.events | This is an enumeration holding all the events that can occur at the cache-wide level. |
| ClassLoaderUtil | com.opensymphony.oscache.util | This code is borrowed directly from OSCore, but is duplicated here to avoid having to add a dependency on the entire OSCore jar. |
| ClusterNotification | com.opensymphony.oscache.plugins.clustersupport | A notification message that holds information about a cache event. |
| Config | com.opensymphony.oscache.base | Responsible for holding the Cache configuration properties. |
| DiskPersistenceListener | com.opensymphony.oscache.plugins.diskpersistence | Persist the cache data to disk. |
| EntryUpdateState | com.opensymphony.oscache.base | Holds the state of a Cache Entry that is in the process of being (re)generated. |
| ExpiresRefreshPolicy | com.opensymphony.oscache.web.filter | Checks if a cache filter entry has expired. |
| FastCronParser | com.opensymphony.oscache.util | Parses cron expressions and determines at what time in the past is the most recent match for the supplied expression. |
| FIFOCache | com.opensymphony.oscache.base.algorithm | FIFO (First In First Out) based queue algorithm for the cache. |
| FlushTag | com.opensymphony.oscache.web.tag | FlushTag flushes caches created with <cache>. |
| GeneralCacheAdministrator | com.opensymphony.oscache.general | A GeneralCacheAdministrator creates, flushes and administers the cache. |
| GroupsTag | com.opensymphony.oscache.web.tag | GroupsTag is a tag that add a comma-delimited list of groups to an ancestor CacheTag's groups. |
| GroupTag | com.opensymphony.oscache.web.tag | GroupTag is a tag that adds a group to an ancestor CacheTag's groups. |
| HashDiskPersistenceListener | com.opensymphony.oscache.plugins.diskpersistence | Persists cache data to disk. |
| JavaGroupsBroadcastingListener | com.opensymphony.oscache.plugins.clustersupport | A concrete implementation of the AbstractBroadcastingListener based on the JavaGroups library. |
| JMS10BroadcastingListener | com.opensymphony.oscache.plugins.clustersupport | A JMS 1.0.x based clustering implementation. |
| JMSBroadcastingListener | com.opensymphony.oscache.plugins.clustersupport | A JMS based clustering implementation. |
| LRUCache | com.opensymphony.oscache.base.algorithm | LRU (Least Recently Used) algorithm for the cache. |
| ResponseContent | com.opensymphony.oscache.web.filter | Holds the servlet response in a byte array so that it can be held in the cache (and, since this class is serializable, optionally persisted to disk). |
| ScopeEvent | com.opensymphony.oscache.base.events | A ScopeEvent is created when an event occurs across one or all scopes. |
| ScopeEventListenerImpl | com.opensymphony.oscache.extra | Implementation of a ScopeEventListener that keeps track of the scope flush events. |
| ScopeEventType | com.opensymphony.oscache.base.events | This is an enumeration of all the possible events that may occur at the scope level. |
| ServletCache | com.opensymphony.oscache.web | A simple extension of Cache that implements a session binding listener, and deletes it's entries when unbound |
| ServletCacheAdministrator | com.opensymphony.oscache.web | A ServletCacheAdministrator creates, flushes and administers the cache. |
| SplitServletOutputStream | com.opensymphony.oscache.web.filter | Extends the base ServletOutputStream class so that
the stream can be captured as it gets written. |
| StringUtil | com.opensymphony.oscache.util | Provides common utility methods for handling strings. |
| UnlimitedCache | com.opensymphony.oscache.base.algorithm | A simple unlimited cache that has no upper bound to the number of cache entries it can contain. |
| UseCachedTag | com.opensymphony.oscache.web.tag | UseCachedTag is a tag that tells a <cache> tag to reuse the cached body. |
| Search |




