-
public final class Cacheable.Settings
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerminCacheSizeprivate final IntegercacheCapacity
-
Constructor Summary
Constructors Constructor Description Cacheable.Settings(Integer minCacheSize, Integer cacheCapacity)
-
Method Summary
Modifier and Type Method Description final IntegergetMinCacheSize()final IntegergetCacheCapacity()-
-
Method Detail
-
getMinCacheSize
final Integer getMinCacheSize()
-
getCacheCapacity
final Integer getCacheCapacity()
-
-
-
-