Package play.cache.caffeine
Class CaffeineDefaultExpiry
java.lang.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 -
Method Summary
Modifier and TypeMethodDescriptionlongexpireAfterCreate(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.
-
Constructor Details
-
CaffeineDefaultExpiry
public CaffeineDefaultExpiry()Deprecated.
-
-
Method Details
-
expireAfterCreate
Deprecated. -
expireAfterUpdate
public long expireAfterUpdate(@Nonnull Object key, @Nonnull Object value, long currentTime, long currentDuration) Deprecated. -
expireAfterRead
public long expireAfterRead(@Nonnull Object key, @Nonnull Object value, long currentTime, long currentDuration) Deprecated.
-