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