CacheHelperRemoveInternal Method |
Removes the item from the cache.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax protected virtual Object RemoveInternal(
string key,
bool useFullKey
)
Parameters
- key
- Type: SystemString
Cache key - useFullKey
- Type: SystemBoolean
If true, the full cache key is used
Return Value
Type:
ObjectSee Also