Overload List

  NameDescription
Public methodRemove(String)
Removes the object from the Cache.
Public methodRemove(String, CacheItemVersion)
Removes an item from cache if the specified version is still the most recent version in the cache.
Public methodRemove(String, LockHandle)
Removes an item from cache if it is not already locked or if the correct lock-id is specified.
Public methodRemove(String, DSWriteOption, DataSourceItemsRemovedCallback)
Removes the object from the Cache.
Public methodRemove(String, DSWriteOption, String, DataSourceItemsRemovedCallback)
Removes the object from the Cache.

See Also