Uses of Enum
org.apache.commons.jcs3.engine.behavior.ICacheType.CacheType
Packages that use ICacheType.CacheType
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.
The primary cache classes and the hub.
-
Uses of ICacheType.CacheType in org.apache.commons.jcs3.auxiliary.disk
Methods in org.apache.commons.jcs3.auxiliary.disk that return ICacheType.CacheType -
Uses of ICacheType.CacheType in org.apache.commons.jcs3.auxiliary.lateral
Methods in org.apache.commons.jcs3.auxiliary.lateral that return ICacheType.CacheTypeModifier and TypeMethodDescriptionLateralCache.getCacheType()
Gets the cacheType attribute of the LateralCache objectLateralCacheNoWait.getCacheType()
No lateral invocation.LateralCacheNoWaitFacade.getCacheType()
Gets the cacheType attribute of the LateralCacheNoWaitFacade object. -
Uses of ICacheType.CacheType in org.apache.commons.jcs3.auxiliary.remote
Methods in org.apache.commons.jcs3.auxiliary.remote that return ICacheType.CacheTypeModifier and TypeMethodDescriptionAbstractRemoteAuxiliaryCache.getCacheType()
Gets the cacheType attribute of the RemoteCache objectAbstractRemoteCacheNoWaitFacade.getCacheType()
Gets the cacheType attribute of the RemoteCacheNoWaitFacade object.RemoteCacheNoWait.getCacheType()
No remote invocation. -
Uses of ICacheType.CacheType in org.apache.commons.jcs3.engine.behavior
Methods in org.apache.commons.jcs3.engine.behavior that return ICacheType.CacheTypeModifier and TypeMethodDescriptionICacheType.getCacheType()
Returns the cache type.static ICacheType.CacheType
Returns the enum constant of this type with the specified name.static ICacheType.CacheType[]
ICacheType.CacheType.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ICacheType.CacheType in org.apache.commons.jcs3.engine.control
Methods in org.apache.commons.jcs3.engine.control that return ICacheType.CacheTypeModifier and TypeMethodDescriptionCompositeCache.getCacheType()
Gets the cacheType attribute of the Cache object.CompositeCacheManager.getCacheType()