Uses of Class
org.apache.commons.jcs3.engine.control.CompositeCacheManager
Packages that use CompositeCacheManager
Package
Description
The primary cache classes and the hub.
-
Uses of CompositeCacheManager in org.apache.commons.jcs3.admin
Constructors in org.apache.commons.jcs3.admin with parameters of type CompositeCacheManagerModifierConstructorDescriptionJCSAdminBean
(CompositeCacheManager cacheHub) Parameterized constructor -
Uses of CompositeCacheManager in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp
Constructors in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp with parameters of type CompositeCacheManagerModifierConstructorDescriptionprotected
LateralTCPDiscoveryListener
(String factoryName, CompositeCacheManager cacheManager, ICacheEventLogger cacheEventLogger, IElementSerializer elementSerializer) This plugs into the udp discovery system. -
Uses of CompositeCacheManager in org.apache.commons.jcs3.engine.control
Methods in org.apache.commons.jcs3.engine.control that return CompositeCacheManagerModifier and TypeMethodDescriptionprotected static CompositeCacheManager
CompositeCacheManager.createInstance()
Simple factory method, must override in subclasses so getInstance creates / returns the correct object.static CompositeCacheManager
CompositeCacheManager.getInstance()
Gets the CacheHub instance.static CompositeCacheManager
CompositeCacheManager.getInstance
(String propsFilename) Initializes the cache manager using the props file for the given name.static CompositeCacheManager
CompositeCacheManager.getUnconfiguredInstance()
Get a CacheHub instance which is not configured.Methods in org.apache.commons.jcs3.engine.control with parameters of type CompositeCacheManagerModifier and TypeMethodDescriptionprotected <K,
V> AuxiliaryCache<K, V> CompositeCacheConfigurator.parseAuxiliary
(Properties props, CompositeCacheManager ccm, String auxName, String regName) Get an aux cache for the listed aux for a region.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.protected void
CompositeCacheConfigurator.parseRegions
(Properties props, CompositeCacheManager ccm) Parse region elements.protected void
CompositeCacheConfigurator.parseSystemRegions
(Properties props, CompositeCacheManager ccm) Create caches used internally.void
CompositeCache.setCompositeCacheManager
(CompositeCacheManager manager) Injector for cache manager