Uses of Interface
org.cache2k.operation.TimeReference
-
Packages that use TimeReference 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 TimeReference in org.cache2k
Methods in org.cache2k with parameters of type TimeReference Modifier and Type Method Description Cache2kBuilder<K,V>
Cache2kBuilder. timeReference(TimeReference v)
Use a different time reference. -
Uses of TimeReference in org.cache2k.config
Methods in org.cache2k.config that return types with arguments of type TimeReference Modifier and Type Method Description CustomizationSupplier<? extends TimeReference>
Cache2kConfig. getTimeReference()
Method parameters in org.cache2k.config with type arguments of type TimeReference Modifier and Type Method Description void
Cache2kConfig. setTimeReference(CustomizationSupplier<? extends TimeReference> timeReference)
-