| Package | Description |
|---|---|
| io.atomix.core.cache |
Cached primitive configurations and builders.
|
| Modifier and Type | Method and Description |
|---|---|
CacheConfig |
CachedPrimitiveConfig.getCacheConfig()
Returns the cache configuration.
|
CacheConfig |
CacheConfig.setCacheEnabled()
Enables caching for the primitive.
|
CacheConfig |
CacheConfig.setEnabled(boolean enabled)
Sets whether caching is enabled.
|
CacheConfig |
CacheConfig.setSize(int size)
Sets the cache size.
|
| Modifier and Type | Method and Description |
|---|---|
C |
CachedPrimitiveConfig.setCacheConfig(CacheConfig cacheConfig)
Sets the cache configuration.
|
Copyright © 2013–2018. All rights reserved.