Click or drag to resize
RegionLocalPut Method
Overload List
  NameDescription
Public methodLocalPut(CacheableKey, IGFSerializable)
Puts a new value into an entry in this region with the specified key in the local cache only.
Public methodLocalPut(CacheableKey, Serializable)
Puts a new value into an entry in this region with the specified key in the local cache only.
Public methodLocalPut(ICacheableKey, IGFSerializable)
Puts a new value into an entry in this region with the specified key in the local cache only.
Public methodLocalPut(ICacheableKey, Serializable)
Puts a new value into an entry in this region with the specified key in the local cache only.
Public methodLocalPut(CacheableKey, IGFSerializable, IGFSerializable)
Puts a new value into an entry in this region with the specified key in the local cache only, passing the callback argument to any cache writers and cache listeners that are invoked in the operation.
Public methodLocalPut(CacheableKey, Serializable, IGFSerializable)
Puts a new value into an entry in this region with the specified key in the local cache only, passing the callback argument to any cache writers and cache listeners that are invoked in the operation.
Public methodLocalPut(ICacheableKey, IGFSerializable, IGFSerializable)
Puts a new value into an entry in this region with the specified key in the local cache only, passing the callback argument to any cache writers and cache listeners that are invoked in the operation.
Public methodLocalPut(ICacheableKey, Serializable, IGFSerializable)
Puts a new value into an entry in this region with the specified key in the local cache only, passing the callback argument to any cache writers and cache listeners that are invoked in the operation.
Top
See Also