Overload List
| Name | Description | |
|---|---|---|
| Put(CacheableKey, IGFSerializable) |
Puts a new value into an entry in this region with the specified key.
| |
| Put(CacheableKey, Serializable) |
Puts a new value into an entry in this region with the specified key.
| |
| Put(ICacheableKey, IGFSerializable) |
Puts a new value into an entry in this region with the specified key.
| |
| Put(ICacheableKey, Serializable) |
Puts a new value into an entry in this region with the specified key.
| |
| Put(CacheableKey, IGFSerializable, IGFSerializable) |
Puts a new value into an entry in this region with the specified key,
passing the callback argument to any cache writers and cache listeners
that are invoked in the operation.
| |
| Put(CacheableKey, Serializable, IGFSerializable) |
Puts a new value into an entry in this region with the specified key,
passing the callback argument to any cache writers and cache listeners
that are invoked in the operation.
| |
| Put(ICacheableKey, IGFSerializable, IGFSerializable) |
Puts a new value into an entry in this region with the specified key,
passing the callback argument to any cache writers and cache listeners
that are invoked in the operation.
| |
| Put(ICacheableKey, Serializable, IGFSerializable) |
Puts a new value into an entry in this region with the specified key,
passing the callback argument to any cache writers and cache listeners
that are invoked in the operation.
|