Click or drag to resize
RegionPut Method
Overload List
  NameDescription
Public methodPut(CacheableKey, IGFSerializable)
Puts a new value into an entry in this region with the specified key.
Public methodPut(CacheableKey, Serializable)
Puts a new value into an entry in this region with the specified key.
Public methodPut(ICacheableKey, IGFSerializable)
Puts a new value into an entry in this region with the specified key.
Public methodPut(ICacheableKey, Serializable)
Puts a new value into an entry in this region with the specified key.
Public methodPut(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.
Public methodPut(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.
Public methodPut(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.
Public methodPut(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.
Top
See Also