Uses of Package
org.apache.commons.cache

Packages that use org.apache.commons.cache
org.apache.commons.cache Object caching service. 
org.apache.commons.cache.remote Classes for interacting with remote object caching services. 
org.apache.commons.cache.tagext JSP tag library for interfacing with the cache service. 
 

Classes in org.apache.commons.cache used by org.apache.commons.cache
BaseCache
          An abstract base Cache implementation, managing the registration of listeners and the broadcast of events.
BaseStash
          An abstract base Stash implementation, mapping the non-serialized versions of BaseStash.canStore(java.io.Serializable, java.io.Serializable, java.lang.Long, java.lang.Long, java.io.Serializable) and BaseStash.store(java.io.Serializable, java.io.Serializable, java.lang.Long, java.lang.Long, java.io.Serializable) to the serialized ones, and declaring BaseStash.wantsSerializedForm() to return false.
BaseStorageListener
          A base StorageListener implementation, defining all methods as no-ops.
Cache
          A Cache defines an API for storing and later retrieving Objects based upon key values.
CachedObjectInfo
          A simple interface publishing meta-information about a cached object.
CachedObjectIterator
          An Iterator for walking over cached objects.
CacheStat
          .
EvictionPolicy
          tk.
GroupMap
          tk.
RetrievalListener
          tk.
SimpleCache
          tk.
Stash
          tk.
StashPolicy
          tk.
StorageListener
          tk.
 

Classes in org.apache.commons.cache used by org.apache.commons.cache.remote
CacheStat
          .
 

Classes in org.apache.commons.cache used by org.apache.commons.cache.tagext
Cache
          A Cache defines an API for storing and later retrieving Objects based upon key values.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.