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