Package play.cache.caffeine
Class CaffeineDefaultExpiry
- Object
-
- play.cache.caffeine.CaffeineDefaultExpiry
-
@Deprecated public final class CaffeineDefaultExpiry extends Object implements com.github.benmanes.caffeine.cache.Expiry<Object,Object>
Deprecated.Deprecated as of 2.8.0. This is an implementation detail and it was not supposed to be public.
-
-
Constructor Summary
Constructors Constructor Description CaffeineDefaultExpiry()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description longexpireAfterCreate(Object key, Object value, long currentTime)Deprecated.longexpireAfterRead(Object key, Object value, long currentTime, long currentDuration)Deprecated.longexpireAfterUpdate(Object key, Object value, long currentTime, long currentDuration)Deprecated.
-