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