Click or drag to resize

NearCacheConfigSetInMemoryFormat Method

Overload List
  NameDescription
Public methodSetInMemoryFormat(String)
SetInMemoryFormat(InMemoryFormat) this setter is for reflection based configuration building
Public methodSetInMemoryFormat(InMemoryFormat)
Sets the data type used to store entries.
Possible values:
  • BINARY: keys and values are stored as binary data
  • OBJECT: values are stored in their object forms
  • NATIVE: keys and values are stored in native memory
The default value is BINARY.
Top
See Also