Interface CacheSupplier
- All Known Implementing Classes:
CaffeineCacheSupplier
public interface CacheSupplier
Service interface to instantiate a new
Cache.-
Method Summary
-
Method Details
-
newCache
Creates a new cache with the specified timeout.- Type Parameters:
K- the type of keys maintained by this cacheV- the type of mapped values- Parameters:
timeout- timeout in seconds- Returns:
- a new cache
-