Uses of Interface
waffle.util.cache.Cache
Packages that use Cache
-
Uses of Cache in waffle.util.cache
Classes in waffle.util.cache that implement CacheMethods in waffle.util.cache that return CacheModifier and TypeMethodDescriptionstatic <K,V> Cache<K, V> Cache.newCache(int timeout) Creates a new cache with the specified timeout.<K,V> Cache<K, V> CacheSupplier.newCache(long timeout) Creates a new cache with the specified timeout<K,V> Cache<K, V> CaffeineCacheSupplier.newCache(long timeout)