Uses of Class
org.cache2k.integration.LoadDetail
-
Packages that use LoadDetail 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. -
-
Uses of LoadDetail in org.cache2k
Method parameters in org.cache2k with type arguments of type LoadDetail Modifier and Type Method Description Cache2kBuilder<K,V>Cache2kBuilder. wrappingLoader(AdvancedCacheLoader<K,LoadDetail<V>> l)Enables read through operation and sets a cache loaderCache2kBuilder<K,V>Cache2kBuilder. wrappingLoader(CacheLoader<K,LoadDetail<V>> l)Enables read through operation and sets a cache loader -
Uses of LoadDetail in org.cache2k.integration
Subclasses of LoadDetail in org.cache2k.integration Modifier and Type Class Description classRefreshedTimeWrapper<V>Deprecated.to be removed in version 2.2Methods in org.cache2k.integration that return LoadDetail Modifier and Type Method Description @Nullable LoadDetail<V>LoadDetail. getNextInChain()Deprecated.static <V> LoadDetail<V>Loaders. wrapRefreshedTime(LoadDetail<V> value, long refreshedTimeInMillis)Deprecated.static <@NonNull V>
LoadDetail<V>Loaders. wrapRefreshedTime(@NonNull V value, long refreshedTimeInMillis)Deprecated.Wraps a loaded value to add the refreshed value.Methods in org.cache2k.integration with parameters of type LoadDetail Modifier and Type Method Description static <V> LoadDetail<V>Loaders. wrapRefreshedTime(LoadDetail<V> value, long refreshedTimeInMillis)Deprecated.
-