SPCache.Delete Method
Include Protected Members
Include Inherited Members
Deletes an object from a cache.
Overload List
Name | Description | |
---|---|---|
Delete(String, String) | Deletes an item with the specified string identifier from the cache with the specified object type. | |
Delete(String, String, Boolean) | Deletes an item with the specified string identifier from the cache with the specified object type. |
Top