Uses of Class
org.apache.commons.jcs3.engine.control.CompositeCache
Packages that use CompositeCache
Package
Description
Contains classes for accessing the cache.
Interfaces used by the core and the auxiliary caches.
The primary cache classes and the hub.
Parent package for memory type plugins.
The primary memory plugin using a 'least recently used' removal policy.
A memory plugin implemented using soft references.
-
Uses of CompositeCache in org.apache.commons.jcs3.access
Methods in org.apache.commons.jcs3.access that return CompositeCacheConstructors in org.apache.commons.jcs3.access with parameters of type CompositeCacheModifierConstructorDescriptionprotected
AbstractCacheAccess
(CompositeCache<K, V> cacheControl) Constructor for the CacheAccess object.CacheAccess
(CompositeCache<K, V> cacheControl) Constructor for the CacheAccess object.GroupCacheAccess
(CompositeCache<GroupAttrName<K>, V> cacheControl) Constructor for the GroupCacheAccess object -
Uses of CompositeCache in org.apache.commons.jcs3.admin
Methods in org.apache.commons.jcs3.admin with parameters of type CompositeCacheModifier and TypeMethodDescription<K,
V> long JCSAdminBean.getByteCount
(CompositeCache<K, V> cache) Tries to estimate how much data is in a region. -
Uses of CompositeCache in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp
Methods in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp that return CompositeCacheModifier and TypeMethodDescriptionprotected CompositeCache<K,
V> Gets the cacheManager attribute of the LateralCacheTCPListener object. -
Uses of CompositeCache in org.apache.commons.jcs3.engine.behavior
Methods in org.apache.commons.jcs3.engine.behavior that return CompositeCacheModifier and TypeMethodDescription<K,
V> CompositeCache<K, V> Gets the cache attribute of the CacheHub object -
Uses of CompositeCache in org.apache.commons.jcs3.engine.control
Methods in org.apache.commons.jcs3.engine.control that return CompositeCacheModifier and TypeMethodDescription<K,
V> CompositeCache<K, V> Gets the cache attribute of the CacheHub object<K,
V> CompositeCache<K, V> CompositeCacheManager.getCache
(String cacheName, ICompositeCacheAttributes cattr) Gets the cache attribute of the CacheHub object<K,
V> CompositeCache<K, V> CompositeCacheManager.getCache
(String cacheName, ICompositeCacheAttributes cattr, IElementAttributes attr) Gets the cache attribute of the CacheHub object<K,
V> CompositeCache<K, V> CompositeCacheManager.getCache
(ICompositeCacheAttributes cattr) Gets the cache attribute of the CacheHub object<K,
V> CompositeCache<K, V> CompositeCacheManager.getCache
(ICompositeCacheAttributes cattr, IElementAttributes attr) If the cache has already been created, then the CacheAttributes and the element Attributes will be ignored.protected <K,
V> CompositeCache<K, V> CompositeCacheConfigurator.newCache
(ICompositeCacheAttributes cca, IElementAttributes ea) protected <K,
V> CompositeCache<K, V> CompositeCacheConfigurator.parseRegion
(Properties props, CompositeCacheManager ccm, String regName, String auxiliaries) Create cache region.protected <K,
V> CompositeCache<K, V> CompositeCacheConfigurator.parseRegion
(Properties props, CompositeCacheManager ccm, String regName, String auxiliaries, ICompositeCacheAttributes cca) Get all the properties for a region and configure its cache.protected <K,
V> CompositeCache<K, V> CompositeCacheConfigurator.parseRegion
(Properties props, CompositeCacheManager ccm, String regName, String auxiliaries, ICompositeCacheAttributes cca, String regionPrefix) Get all the properties for a region and configure its cache. -
Uses of CompositeCache in org.apache.commons.jcs3.engine.memory
Methods in org.apache.commons.jcs3.engine.memory that return CompositeCacheModifier and TypeMethodDescriptionAbstractMemoryCache.getCompositeCache()
Gets the cache hub / region that the MemoryCache is used byMethods in org.apache.commons.jcs3.engine.memory with parameters of type CompositeCacheModifier and TypeMethodDescriptionvoid
AbstractDoubleLinkedListMemoryCache.initialize
(CompositeCache<K, V> hub) For post reflection creation initialization.void
AbstractMemoryCache.initialize
(CompositeCache<K, V> hub) For post reflection creation initialization -
Uses of CompositeCache in org.apache.commons.jcs3.engine.memory.behavior
Methods in org.apache.commons.jcs3.engine.memory.behavior that return CompositeCacheModifier and TypeMethodDescriptionIMemoryCache.getCompositeCache()
Gets the cache hub / region that uses the MemoryCache.Methods in org.apache.commons.jcs3.engine.memory.behavior with parameters of type CompositeCacheModifier and TypeMethodDescriptionvoid
IMemoryCache.initialize
(CompositeCache<K, V> cache) Initialize the memory cache -
Uses of CompositeCache in org.apache.commons.jcs3.engine.memory.lru
Methods in org.apache.commons.jcs3.engine.memory.lru with parameters of type CompositeCacheModifier and TypeMethodDescriptionvoid
LHMLRUMemoryCache.initialize
(CompositeCache<K, V> hub) For post reflection creation initialization -
Uses of CompositeCache in org.apache.commons.jcs3.engine.memory.shrinking
Constructors in org.apache.commons.jcs3.engine.memory.shrinking with parameters of type CompositeCacheModifierConstructorDescriptionShrinkerThread
(CompositeCache<K, V> cache) Constructor for the ShrinkerThread object. -
Uses of CompositeCache in org.apache.commons.jcs3.engine.memory.soft
Methods in org.apache.commons.jcs3.engine.memory.soft with parameters of type CompositeCacheModifier and TypeMethodDescriptionvoid
SoftReferenceMemoryCache.initialize
(CompositeCache<K, V> hub) For post reflection creation initialization