Uses of Interface
org.apache.commons.jcs3.engine.behavior.IRequireScheduler
Packages that use IRequireScheduler
Package
Description
The primary cache classes and the hub.
- 
Uses of IRequireScheduler in org.apache.commons.jcs3.auxiliary.disk.blockClasses in org.apache.commons.jcs3.auxiliary.disk.block that implement IRequireSchedulerModifier and TypeClassDescriptionclassBlockDiskCache<K,V> There is one BlockDiskCache per region.
- 
Uses of IRequireScheduler in org.apache.commons.jcs3.auxiliary.disk.jdbcClasses in org.apache.commons.jcs3.auxiliary.disk.jdbc that implement IRequireSchedulerModifier and TypeClassDescriptionclassThis factory should create JDBC auxiliary caches.
- 
Uses of IRequireScheduler in org.apache.commons.jcs3.auxiliary.disk.jdbc.hsqlClasses in org.apache.commons.jcs3.auxiliary.disk.jdbc.hsql that implement IRequireSchedulerModifier and TypeClassDescriptionclassThis factory should create hsql disk caches.
- 
Uses of IRequireScheduler in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysqlClasses in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysql that implement IRequireSchedulerModifier and TypeClassDescriptionclassThis factory should create mysql disk caches.
- 
Uses of IRequireScheduler in org.apache.commons.jcs3.engine.controlClasses in org.apache.commons.jcs3.engine.control that implement IRequireSchedulerModifier and TypeClassDescriptionclassCompositeCache<K,V> This is the primary hub for a single cache/region.
- 
Uses of IRequireScheduler in org.apache.commons.jcs3.utils.discoveryClasses in org.apache.commons.jcs3.utils.discovery that implement IRequireSchedulerModifier and TypeClassDescriptionclassThis service creates a listener that can create lateral caches and add them to the no wait list.