NamedCacheRemove Method

ScaleOut Software NamedCache API
Overload List

  NameDescription
Public methodRemove(Byte)
Removes the object from the cache. No exception will be thrown and no action will be taken if the specified object does not exist in the cache.
Public methodRemove(Guid)
Removes the object from the cache. No exception will be thrown and no action will be taken if the specified object does not exist in the cache.
Public methodRemove(String)
Removes the object from the cache. No exception will be thrown and no action will be taken if the specified object does not exist in the cache.
Public methodRemove(CachedObjectId)
Removes the object from the cache. No exception will be thrown and no action will be taken if the specified object does not exist in the cache.
Top
See Also

Reference