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.disk
Methods in org.apache.commons.jcs3.auxiliary.disk that return CacheStatus -
Uses of CacheStatus in org.apache.commons.jcs3.auxiliary.lateral
Methods in org.apache.commons.jcs3.auxiliary.lateral that return CacheStatus -
Uses of CacheStatus in org.apache.commons.jcs3.auxiliary.remote
Methods in org.apache.commons.jcs3.auxiliary.remote that return CacheStatus -
Uses of CacheStatus in org.apache.commons.jcs3.engine
Methods in org.apache.commons.jcs3.engine that return CacheStatusModifier and TypeMethodDescriptionstatic CacheStatus
Returns 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.behavior
Methods in org.apache.commons.jcs3.engine.behavior that return CacheStatus -
Uses of CacheStatus in org.apache.commons.jcs3.engine.control
Methods in org.apache.commons.jcs3.engine.control that return CacheStatusModifier and TypeMethodDescriptionCompositeCache.getStatus()
Gets the status attribute of the Cache object.