CacheHelper.TryRestorePersistent<DataType> Method |
Restores the persistent item from the cache
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntaxpublic static bool TryRestorePersistent<DataType>(
string cacheKey,
string siteName,
out DataType data
)
Parameters
- cacheKey
- Type: System.String
Cache key - siteName
- Type: System.String
Site name - data
- Type: DataType
Returning the cached data if found
Type Parameters
- DataType
Return Value
Type:
Boolean
See Also