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.block
Classes in org.apache.commons.jcs3.auxiliary.disk.block that implement IRequireSchedulerModifier and TypeClassDescriptionclass
BlockDiskCache<K,
V> There is one BlockDiskCache per region. -
Uses of IRequireScheduler in org.apache.commons.jcs3.auxiliary.disk.jdbc
Classes in org.apache.commons.jcs3.auxiliary.disk.jdbc that implement IRequireSchedulerModifier and TypeClassDescriptionclass
This factory should create JDBC auxiliary caches. -
Uses of IRequireScheduler in org.apache.commons.jcs3.auxiliary.disk.jdbc.hsql
Classes in org.apache.commons.jcs3.auxiliary.disk.jdbc.hsql that implement IRequireSchedulerModifier and TypeClassDescriptionclass
This factory should create hsql disk caches. -
Uses of IRequireScheduler in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysql
Classes in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysql that implement IRequireSchedulerModifier and TypeClassDescriptionclass
This factory should create mysql disk caches. -
Uses of IRequireScheduler in org.apache.commons.jcs3.engine.control
Classes in org.apache.commons.jcs3.engine.control that implement IRequireSchedulerModifier and TypeClassDescriptionclass
CompositeCache<K,
V> This is the primary hub for a single cache/region. -
Uses of IRequireScheduler in org.apache.commons.jcs3.utils.discovery
Classes in org.apache.commons.jcs3.utils.discovery that implement IRequireSchedulerModifier and TypeClassDescriptionclass
This service creates a listener that can create lateral caches and add them to the no wait list.