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