Uses of Interface
org.cache2k.DataAwareCustomization
-
Packages that use DataAwareCustomization Package Description org.cache2k API package for cache2k Java caching library.org.cache2k.config The cache configuration as a Java bean and support types.org.cache2k.integration Loader and writer to integrate with external data sources.org.cache2k.io Loader and writer to integrate with external data sources. -
-
Uses of DataAwareCustomization in org.cache2k
Subinterfaces of DataAwareCustomization in org.cache2k Modifier and Type Interface Description interface
Weigher<K,V>
Allows to give cached values a weight and limit the cache capacity by total weight. -
Uses of DataAwareCustomization in org.cache2k.config
Classes in org.cache2k.config with type parameters of type DataAwareCustomization Modifier and Type Interface Description interface
DataCustomizationSupplier<K,V,T extends DataAwareCustomization<K,V>>
-
Uses of DataAwareCustomization in org.cache2k.integration
Subinterfaces of DataAwareCustomization in org.cache2k.integration Modifier and Type Interface Description interface
FunctionalCacheLoader<K,V>
Deprecated.Replaced withCacheLoader
, to be removed in version 2.2Classes in org.cache2k.integration that implement DataAwareCustomization Modifier and Type Class Description class
AdvancedCacheLoader<K,V>
Deprecated.Replaced withAdvancedCacheLoader
, to be removed in version 2.2class
CacheLoader<K,V>
Deprecated.Replaced withCacheLoader
, to be removed in version 2.2class
CacheWriter<K,V>
Deprecated.Replaced withCacheWriter
-
Uses of DataAwareCustomization in org.cache2k.io
Subinterfaces of DataAwareCustomization in org.cache2k.io Modifier and Type Interface Description interface
AdvancedCacheLoader<K,V>
Retrieves or generates a value to load into the cache.interface
AsyncCacheLoader<K,V>
Alternative interface toCacheLoader
for asynchronous operation.interface
CacheLoader<K,V>
Retrieves or generates a value to load into the cache.interface
CacheWriter<K,V>
Writer for write-through configurations.interface
ExceptionPropagator<K,V>
In read through mode exceptions are cached.interface
ResiliencePolicy<K,V>
Controls how to deal with loader exceptions in a read through configuration.
-