public abstract class CachedPrimitiveConfig<C extends CachedPrimitiveConfig<C>> extends PrimitiveConfig<C>
| Constructor and Description |
|---|
CachedPrimitiveConfig() |
| Modifier and Type | Method and Description |
|---|---|
CacheConfig |
getCacheConfig()
Returns the cache configuration.
|
C |
setCacheConfig(CacheConfig cacheConfig)
Sets the cache configuration.
|
getName, getNamespaceConfig, getProtocolConfig, isReadOnly, setName, setNamespaceConfig, setProtocolConfig, setReadOnly, setReadOnlyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypepublic CacheConfig getCacheConfig()
public C setCacheConfig(CacheConfig cacheConfig)
cacheConfig - the cache configurationNullPointerException - if the cache configuration is nullCopyright © 2013–2018. All rights reserved.