Overload List

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

See Also