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 long
expireAfterCreate(Object key, Object value, long currentTime)
Deprecated.long
expireAfterRead(Object key, Object value, long currentTime, long currentDuration)
Deprecated.long
expireAfterUpdate(Object key, Object value, long currentTime, long currentDuration)
Deprecated.
-