MemcacheDelete Method |
Name | Description | |
---|---|---|
Delete(String) |
Deletes an object from cache given cache key.
| |
Delete(String, DateTime) |
Deletes an object from cache given cache key, a delete time, and an optional hashcode.
The item is immediately made non retrievable. Keep in mind: add(string, object) and replace(string, object) will fail when used with the same key will fail, until the server reaches the specified time. However, set(string, object) will succeed and the new value will not be deleted. |