Uses of Enum
org.apache.commons.jcs3.engine.CacheStatus
Packages that use CacheStatus
Package
Description
The primary disk auxiliary.
Root package for the lateral cache family.
Root package for the remote auxiliary cache.
Interfaces used by the core and the auxiliary caches.
Interfaces used by the core and the auxiliary caches.
The primary cache classes and the hub.
- 
Uses of CacheStatus in org.apache.commons.jcs3.auxiliary.diskMethods in org.apache.commons.jcs3.auxiliary.disk that return CacheStatus
- 
Uses of CacheStatus in org.apache.commons.jcs3.auxiliary.lateralMethods in org.apache.commons.jcs3.auxiliary.lateral that return CacheStatus
- 
Uses of CacheStatus in org.apache.commons.jcs3.auxiliary.remoteMethods in org.apache.commons.jcs3.auxiliary.remote that return CacheStatus
- 
Uses of CacheStatus in org.apache.commons.jcs3.engineMethods in org.apache.commons.jcs3.engine that return CacheStatusModifier and TypeMethodDescriptionstatic CacheStatusReturns the enum constant of this type with the specified name.static CacheStatus[]CacheStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.
- 
Uses of CacheStatus in org.apache.commons.jcs3.engine.behaviorMethods in org.apache.commons.jcs3.engine.behavior that return CacheStatus
- 
Uses of CacheStatus in org.apache.commons.jcs3.engine.controlMethods in org.apache.commons.jcs3.engine.control that return CacheStatusModifier and TypeMethodDescriptionCompositeCache.getStatus()Gets the status attribute of the Cache object.