Uses of Interface
org.cache2k.Customization
-
Packages that use Customization Package Description org.cache2k Main package for cache2k API containing functions to build and access a cache.org.cache2k.integration Loader and writer to integrate with external data sources.org.cache2k.io Loader and writer to integrate with external data sources.org.cache2k.operation Operational aspects of a cache, like accessing statistics, basic information, change runtime parameters and customizations that augment general behavior. -
-
Uses of Customization in org.cache2k
Subinterfaces of Customization in org.cache2k Modifier and Type Interface Description interfaceDataAwareCustomization<K,V>Parent for all customizations dealing with cached data. -
Uses of Customization in org.cache2k.integration
Subinterfaces of Customization in org.cache2k.integration Modifier and Type Interface Description interfaceFunctionalCacheLoader<K,V>Deprecated.Replaced withCacheLoader, to be removed in version 2.2Classes in org.cache2k.integration that implement Customization Modifier and Type Class Description classAdvancedCacheLoader<K,V>Deprecated.Replaced withAdvancedCacheLoader, to be removed in version 2.2classCacheLoader<K,V>Deprecated.Replaced withCacheLoader, to be removed in version 2.2classCacheWriter<K,V>Deprecated.Replaced withCacheWriter -
Uses of Customization in org.cache2k.io
Subinterfaces of Customization in org.cache2k.io Modifier and Type Interface Description interfaceAdvancedCacheLoader<K,V>Retrieves or generates a value to load into the cache.interfaceAsyncCacheLoader<K,V>Alternative interface toCacheLoaderfor asynchronous operation.interfaceCacheLoader<K,V>Retrieves or generates a value to load into the cache.interfaceCacheWriter<K,V>Writer for write-through configurations.interfaceExceptionPropagator<K,V>In read through mode exceptions are cached.interfaceResiliencePolicy<K,V>Controls how to deal with loader exceptions in a read through configuration. -
Uses of Customization in org.cache2k.operation
Subinterfaces of Customization in org.cache2k.operation Modifier and Type Interface Description interfaceWeigher<K,V>Allows to give cached values a weight and limit the cache capacity by total weight.
-