Click or drag to resize
RegionLocalRemove Method
Overload List
  NameDescription
Public methodLocalRemove(CacheableKey, IGFSerializable)
Removes the value with the specified key in the local cache only. Remove removes not only the value but also the key and entry from this region.
Public methodLocalRemove(CacheableKey, Serializable)
Removes the value with the specified key in the local cache only. Remove removes not only the value but also the key and entry from this region.
Public methodLocalRemove(ICacheableKey, IGFSerializable)
Removes the value with the specified key in the local cache only. Remove removes not only the value but also the key and entry from this region.
Public methodLocalRemove(ICacheableKey, Serializable)
Removes the value with the specified key in the local cache only. Remove removes not only the value but also the key and entry from this region.
Public methodLocalRemove(CacheableKey, IGFSerializable, IGFSerializable)
Removes the value with the specified key in the local cache only. Remove removes not only the value but also the key and entry from this region.
Public methodLocalRemove(CacheableKey, Serializable, IGFSerializable)
Removes the value with the specified key in the local cache only. Remove removes not only the value but also the key and entry from this region.
Public methodLocalRemove(ICacheableKey, IGFSerializable, IGFSerializable)
Removes the value with the specified key in the local cache only. Remove removes not only the value but also the key and entry from this region.
Public methodLocalRemove(ICacheableKey, Serializable, IGFSerializable)
Removes the value with the specified key in the local cache only. Remove removes not only the value but also the key and entry from this region.
Top
See Also