Click or drag to resize
RegionGet Method
Overload List
  NameDescription
Public methodGet(CacheableKey)
Returns the value for the given key, passing the callback argument to any cache loaders or that are invoked in the operation.
Public methodGet(ICacheableKey)
Returns the value for the given key, passing the callback argument to any cache loaders or that are invoked in the operation.
Public methodGet(CacheableKey, IGFSerializable)
Returns the value for the given key, passing the callback argument to any cache loaders or that are invoked in the operation.
Public methodGet(ICacheableKey, IGFSerializable)
Returns the value for the given key, passing the callback argument to any cache loaders or that are invoked in the operation.
Top
See Also