Package org.cache2k.integration
Class Loaders
- java.lang.Object
-
- org.cache2k.integration.Loaders
-
@Deprecated public class Loaders extends Object
Deprecated.to be removed in version 2.2- Author:
- Jens Wilke
-
-
Constructor Summary
Constructors Constructor Description Loaders()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static <V> LoadDetail<V>
wrapRefreshedTime(LoadDetail<V> value, long refreshedTimeInMillis)
Deprecated.static <@NonNull V>
LoadDetail<V>wrapRefreshedTime(@NonNull V value, long refreshedTimeInMillis)
Deprecated.Wraps a loaded value to add the refreshed value.
-
-
-
Method Detail
-
wrapRefreshedTime
public static <@NonNull V> LoadDetail<V> wrapRefreshedTime(@NonNull @NonNull V value, long refreshedTimeInMillis)
Deprecated.Wraps a loaded value to add the refreshed value.
-
wrapRefreshedTime
public static <V> LoadDetail<V> wrapRefreshedTime(LoadDetail<V> value, long refreshedTimeInMillis)
Deprecated.
-
-