public class CacheConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CacheConfig.Permissions |
| Constructor and Description |
|---|
CacheConfig(Optional<CacheConfig.Permissions> permissions,
Optional<Long> maximumSize,
Optional<Long> expireAfterAccess) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Long> |
getExpireAfterAccess() |
Optional<Long> |
getMaximumSize() |
Optional<CacheConfig.Permissions> |
getPermissions() |
public CacheConfig(Optional<CacheConfig.Permissions> permissions, Optional<Long> maximumSize, Optional<Long> expireAfterAccess)
permissions - Any restrictions on cache operationsmaximumSize - The maximimum number of entries in the cacheexpireAfterAccess - The time in milliseconds after the entry is last accessed, that it should expireCopyright © 2001–2024 The eXist-db Open Source project. All rights reserved.