CacheHelper.DeletePersistentInternal Method |
Restores the persistent item from the cache
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
Syntaxprotected virtual void DeletePersistentInternal(
string fileName,
string cacheKey,
string siteName,
bool useFullKey
)
Parameters
- fileName
- Type: System.String
File name, if set, takes priority over the cache key - cacheKey
- Type: System.String
Cache key - siteName
- Type: System.String
Site name - useFullKey
- Type: System.Boolean
If true, the full cache key is used
See Also