Package com.suncode.pwfl.cache.config
Class DefaultCacheConfig<K,V>
java.lang.Object
com.suncode.pwfl.cache.config.DefaultCacheConfig<K,V>
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefaultCacheConfig(Long maximumSize, Duration expireAfterWrite, CacheValueLoader<? super K, ? extends V> loadFunction) -
Method Summary
-
Constructor Details
-
DefaultCacheConfig
protected DefaultCacheConfig(Long maximumSize, Duration expireAfterWrite, CacheValueLoader<? super K, ? extends V> loadFunction)
-
-
Method Details
-
builder
-