DefaultLookupCache.Builder |
DefaultLookupCache.Builder.cacheMissingKey(boolean cacheMissingKey) |
Specifies whether to cache empty value into the cache.
|
DefaultLookupCache.Builder |
DefaultLookupCache.Builder.expireAfterAccess(Duration duration) |
Specifies the duration after an entry is last accessed that it should be automatically
removed.
|
DefaultLookupCache.Builder |
DefaultLookupCache.Builder.expireAfterWrite(Duration duration) |
Specifies the duration after an entry is created that it should be automatically removed.
|
DefaultLookupCache.Builder |
DefaultLookupCache.Builder.maximumSize(long maximumSize) |
Specifies the maximum number of entries of the cache.
|
static DefaultLookupCache.Builder |
DefaultLookupCache.newBuilder() |
Creates a builder for the cache.
|