Package io.github.emcw.caching
Class CacheOptions
java.lang.Object
io.github.emcw.caching.CacheOptions
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCacheOptions
(long expireAfterWrite, @NotNull TimeUnit unit) CacheOptions
(long expireAfterWrite, @NotNull TimeUnit unit, CacheStrategy strategy) CacheOptions
(CacheStrategy strategy) -
Method Summary
-
Field Details
-
expiry
public long expiry -
unit
-
strategy
-
-
Constructor Details
-
CacheOptions
-
CacheOptions
-
CacheOptions
-