Uses of Interface
org.cache2k.DataAwareCustomization
-
Packages that use DataAwareCustomization Package Description org.cache2k.config The cache configuration as a Java bean and support types.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 DataAwareCustomization in org.cache2k.config
Classes in org.cache2k.config with type parameters of type DataAwareCustomization Modifier and Type Interface Description interfaceDataCustomizationSupplier<K,V,T extends DataAwareCustomization<K,V>> -
Uses of DataAwareCustomization in org.cache2k.io
Subinterfaces of DataAwareCustomization in org.cache2k.io Modifier and Type Interface Description interfaceAdvancedCacheLoader<K,V>Retrieves or generates a value to load into the cache.interfaceAsyncBulkCacheLoader<K,V>Extension ofAsyncCacheLoaderwith bulk load capabilities.interfaceAsyncCacheLoader<K,V>Alternative interface toCacheLoaderfor asynchronous operation.interfaceBulkCacheLoader<K,V>Extension to the cache load with bulk load capabilities.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 DataAwareCustomization in org.cache2k.operation
Subinterfaces of DataAwareCustomization in org.cache2k.operation Modifier and Type Interface Description interfaceWeigher<K,V>Allows giving cached values a weight and limit the cache capacity by total weight.
-