RegionLocalPut Method |
Name | Description | |
---|---|---|
![]() | LocalPut(CacheableKey, IGFSerializable) |
Puts a new value into an entry in this region with the specified key
in the local cache only.
|
![]() | LocalPut(CacheableKey, Serializable) |
Puts a new value into an entry in this region with the specified key
in the local cache only.
|
![]() | LocalPut(ICacheableKey, IGFSerializable) |
Puts a new value into an entry in this region with the specified key
in the local cache only.
|
![]() | LocalPut(ICacheableKey, Serializable) |
Puts a new value into an entry in this region with the specified key
in the local cache only.
|
![]() | LocalPut(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.
|
![]() | LocalPut(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.
|
![]() | LocalPut(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.
|
![]() | LocalPut(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.
|