Class CacheOptions

java.lang.Object
io.github.emcw.caching.CacheOptions

public class CacheOptions extends Object
  • Field Details

  • Constructor Details

    • CacheOptions

      public CacheOptions(CacheStrategy strategy)
    • CacheOptions

      public CacheOptions(long expireAfterWrite, @NotNull @NotNull TimeUnit unit)
    • CacheOptions

      public CacheOptions(long expireAfterWrite, @NotNull @NotNull TimeUnit unit, CacheStrategy strategy)