Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Hierarchy For All Packages
Package Hierarchies:
com.whirlycott.cache
,
com.whirlycott.cache.component.store
,
com.whirlycott.cache.hibernate
,
com.whirlycott.cache.impl
,
com.whirlycott.cache.policy
,
com.whirlycott.cache.servlet
Class Hierarchy
class java.lang.Object
class com.whirlycott.cache.impl.
AbstractMapBackedCache
(implements com.whirlycott.cache.
ManagedCache
)
class com.whirlycott.cache.impl.
ConcurrentHashMapImpl
(implements com.whirlycott.cache.
ManagedCache
)
class com.whirlycott.cache.impl.
FastHashMapImpl
(implements com.whirlycott.cache.
ManagedCache
)
class com.whirlycott.cache.impl.
SynchronizedHashMapImpl
(implements com.whirlycott.cache.
ManagedCache
)
class com.whirlycott.cache.policy.
AddedComparator
(implements java.util.Comparator)
class com.whirlycott.cache.
CacheConfiguration
class com.whirlycott.cache.
CacheDecorator
(implements com.whirlycott.cache.
Cache
, java.lang.Runnable)
class com.whirlycott.cache.
CacheManager
class com.whirlycott.cache.servlet.
CacheManagerListener
(implements javax.servlet.ServletContextListener)
class com.whirlycott.cache.
Constants
class com.whirlycott.cache.policy.
CountComparator
(implements java.util.Comparator)
class com.whirlycott.cache.policy.
ExpirationTimePredicate
(implements org.apache.commons.collections.Predicate)
class com.whirlycott.cache.policy.
FIFOMaintenancePolicy
(implements com.whirlycott.cache.
CacheMaintenancePolicy
)
class com.whirlycott.cache.
Item
class com.whirlycott.cache.policy.
LFUMaintenancePolicy
(implements com.whirlycott.cache.
CacheMaintenancePolicy
)
class com.whirlycott.cache.policy.
LRUMaintenancePolicy
(implements com.whirlycott.cache.
CacheMaintenancePolicy
)
class com.whirlycott.cache.
Messages
class com.whirlycott.cache.policy.
NullPolicy
(implements com.whirlycott.cache.
CacheMaintenancePolicy
)
class com.whirlycott.cache.
RecordKeeper
(implements java.io.Serializable)
class java.lang.Throwable (implements java.io.Serializable)
class java.lang.Exception
class com.whirlycott.cache.
CacheException
class com.whirlycott.cache.policy.
UsedComparator
(implements java.util.Comparator)
class com.whirlycott.cache.hibernate.
WhirlycachePlugin
(implements net.sf.hibernate.cache.Cache)
class com.whirlycott.cache.hibernate.
WhirlycacheProvider
(implements net.sf.hibernate.cache.CacheProvider)
class com.whirlycott.cache.component.store.
WhirlycacheStore
(implements org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.activity.Disposable, org.apache.avalon.framework.activity.Initializable, org.apache.excalibur.store.Store, org.apache.avalon.framework.thread.ThreadSafe)
Interface Hierarchy
interface com.whirlycott.cache.
Cache
interface com.whirlycott.cache.
Cacheable
interface com.whirlycott.cache.
CacheMaintenancePolicy
interface java.util.Map
interface com.whirlycott.cache.
ManagedCache
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes