Uses of Interface
org.cache2k.operation.Scheduler
-
Packages that use Scheduler Package Description org.cache2k Main package for cache2k API containing functions to build and access a cache.org.cache2k.config The cache configuration as a Java bean and support types. -
-
Uses of Scheduler in org.cache2k
Methods in org.cache2k with parameters of type Scheduler Modifier and Type Method Description Cache2kBuilder<K,V>
Cache2kBuilder. scheduler(Scheduler v)
Use a different scheduler to run timer tasks for. -
Uses of Scheduler in org.cache2k.config
Methods in org.cache2k.config that return types with arguments of type Scheduler Modifier and Type Method Description @Nullable CustomizationSupplier<? extends Scheduler>
Cache2kConfig. getScheduler()
Method parameters in org.cache2k.config with type arguments of type Scheduler Modifier and Type Method Description void
Cache2kConfig. setScheduler(CustomizationSupplier<? extends Scheduler> scheduler)
-