RemoteCacheConfigurationBuilder |
RemoteCacheConfigurationBuilder.configuration(String configuration) |
Specifies the declarative configuration to be used to create the cache if it doesn't already exist on the server.
|
RemoteCacheConfigurationBuilder |
RemoteCacheConfigurationBuilder.forceReturnValues(boolean forceReturnValues) |
Whether or not to implicitly FORCE_RETURN_VALUE for all calls to this cache.
|
RemoteCacheConfigurationBuilder |
RemoteCacheConfigurationBuilder.nearCacheMaxEntries(int maxEntries) |
Specifies the maximum number of entries that will be held in the near cache.
|
RemoteCacheConfigurationBuilder |
RemoteCacheConfigurationBuilder.nearCacheMode(NearCacheMode mode) |
Specifies the near caching mode.
|
RemoteCacheConfigurationBuilder |
AbstractConfigurationChildBuilder.remoteCache(String name) |
|
RemoteCacheConfigurationBuilder |
ConfigurationBuilder.remoteCache(String name) |
|
RemoteCacheConfigurationBuilder |
ConfigurationChildBuilder.remoteCache(String name) |
Per-cache configuration
|
RemoteCacheConfigurationBuilder |
RemoteCacheConfigurationBuilder.templateName(String templateName) |
Specifies the name of a template to be used to create the cache if it doesn't already exist on the server.
|
RemoteCacheConfigurationBuilder |
RemoteCacheConfigurationBuilder.templateName(DefaultTemplate template) |
Specifies one of the default templates to be used to create the cache if it doesn't already exist on the server.
|
RemoteCacheConfigurationBuilder |
RemoteCacheConfigurationBuilder.transactionMode(TransactionMode mode) |
|