public class PlatformCacheConfiguration extends Object implements Serializable
Additional caching mechanism on platform side (.NET).
Constructor and Description |
---|
PlatformCacheConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getKeyTypeName()
Gets fully-qualified platform type name of the cache key used for the local map.
|
String |
getValueTypeName()
Gets fully-qualified platform type name of the cache value used for the local map.
|
boolean |
isKeepBinary()
Gets a value indicating whether platform cache should store keys and values in binary form.
|
PlatformCacheConfiguration |
setKeepBinary(boolean keepBinary)
Sets a value indicating whether platform cache should store keys and values in binary form.
|
PlatformCacheConfiguration |
setKeyTypeName(String keyTypeName)
Sets fully-qualified platform type name of the cache key used for the local map.
|
PlatformCacheConfiguration |
setValueTypeName(String valueTypeName)
Sets fully-qualified platform type name of the cache value used for the local map.
|
String |
toString() |
public String getKeyTypeName()
public PlatformCacheConfiguration setKeyTypeName(String keyTypeName)
keyTypeName
- Key type name.this
for chaining.public String getValueTypeName()
public PlatformCacheConfiguration setValueTypeName(String valueTypeName)
valueTypeName
- Key type name.this
for chaining.public boolean isKeepBinary()
public PlatformCacheConfiguration setKeepBinary(boolean keepBinary)
keepBinary
- Whether binary mode is enabled.this
for chaining.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024