RegionLocalCreate Method |
Name | Description | |
---|---|---|
![]() | LocalCreate(CacheableKey, IGFSerializable) |
Creates a new entry in this region with the specified key and value
in the local cache only.
|
![]() | LocalCreate(CacheableKey, Serializable) |
Creates a new entry in this region with the specified key and value
in the local cache only.
|
![]() | LocalCreate(ICacheableKey, IGFSerializable) |
Creates a new entry in this region with the specified key and value
in the local cache only.
|
![]() | LocalCreate(ICacheableKey, Serializable) |
Creates a new entry in this region with the specified key and value
in the local cache only.
|
![]() | LocalCreate(CacheableKey, IGFSerializable, IGFSerializable) |
Creates a new entry in this region with the specified key and value
in the local cache only, passing the callback argument to any
cache writers and cache listeners that are invoked in the operation.
|
![]() | LocalCreate(CacheableKey, Serializable, IGFSerializable) |
Creates a new entry in this region with the specified key and value
in the local cache only, passing the callback argument to any
cache writers and cache listeners that are invoked in the operation.
|
![]() | LocalCreate(ICacheableKey, IGFSerializable, IGFSerializable) |
Creates a new entry in this region with the specified key and value
in the local cache only, passing the callback argument to any
cache writers and cache listeners that are invoked in the operation.
|
![]() | LocalCreate(ICacheableKey, Serializable, IGFSerializable) |
Creates a new entry in this region with the specified key and value
in the local cache only, passing the callback argument to any
cache writers and cache listeners that are invoked in the operation.
|