Overload List
Name | Description | |
---|---|---|
![]() | Delete(String) |
Removes the object from the Cache.
|
![]() | Delete(String, CacheItemVersion) |
Removes an item from cache if the specified version is still the most recent version in the cache.
|
![]() | Delete(String, LockHandle) |
Removes an item from cache if it is not already locked or if the correct lock-id is specified.
|
![]() | Delete(String, DSWriteOption, DataSourceItemsRemovedCallback) |
Removes the object from the Cache.
|
![]() | Delete(String, DSWriteOption, String, DataSourceItemsRemovedCallback) |