Package org.cache2k.integration
Class LoadDetail<V>
- java.lang.Object
-
- org.cache2k.integration.LoadDetail<V>
-
- Direct Known Subclasses:
RefreshedTimeWrapper
@Deprecated public abstract class LoadDetail<V> extends Object
Deprecated.to be removed in version 2.2- Author:
- Jens Wilke
-
-
Constructor Summary
Constructors Constructor Description LoadDetail(Object valueOrWrapper)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description @Nullable LoadDetail<V>getNextInChain()Deprecated.VgetValue()Deprecated.
-