java.lang.Object
waffle.util.cache.CaffeineCache<K,V>
-
Constructor Summary
ConstructorsConstructorDescriptionCaffeineCache(@org.checkerframework.checker.index.qual.NonNegative long timeout) Instantiate new caffeine cache with timeout. -
Method Summary
-
Constructor Details
-
CaffeineCache
public CaffeineCache(@org.checkerframework.checker.index.qual.NonNegative long timeout) Instantiate new caffeine cache with timeout.- Parameters:
timeout- Specified timeout in seconds for cache.
-
-
Method Details
-
get
-
put
-
remove
-
size
-