public interface CacheConfiguration
| Modifier and Type | Method and Description |
|---|---|
java.time.Duration |
getCacheDuration()
Returns the duration of the expire after write property of the cache.
|
int |
getCacheSize()
Returns the number of elements the cache can hold.
|
default boolean |
isCacheDisabled()
Caching is disabled when this returns
true. |
java.time.Duration getCacheDuration()
int getCacheSize()
default boolean isCacheDisabled()
true.true if cache is disabledCopyright © 2020. All rights reserved.