Click or drag to resize
RegionLocalInvalidate Method
Overload List
  NameDescription
Public methodLocalInvalidate(CacheableKey)
Locally invalidates the entry with the specified key, passing the callback argument to any cache listeners that are invoked in the operation.
Public methodLocalInvalidate(ICacheableKey)
Locally invalidates the entry with the specified key, passing the callback argument to any cache listeners that are invoked in the operation.
Public methodLocalInvalidate(CacheableKey, IGFSerializable)
Locally invalidates the entry with the specified key, passing the callback argument to any cache listeners that are invoked in the operation.
Public methodLocalInvalidate(ICacheableKey, IGFSerializable)
Locally invalidates the entry with the specified key, passing the callback argument to any cache listeners that are invoked in the operation.
Top
See Also