ICacheAccessorRemove Method |
Removes the specified item from the cache.
Namespace: CMS.Helpers.Caching.AbstractionsAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax Object Remove(
string key
)
Parameters
- key
- Type: SystemString
The identifier for the cache item to remove.
Return Value
Type:
ObjectSee Also