Click or drag to resize
CacheHelper.GetFromPersistentFileInternal<DataType> Method
Gets the persistent item from file

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
protected virtual PersistentCacheItem<DataType> GetFromPersistentFileInternal<DataType>(
	string fileName,
	string cacheKey,
	string siteName,
	bool useFullKey
)

Parameters

fileName
Type: System.String
File name for the storage, prioritized
cacheKey
Type: System.String
Cache key
siteName
Type: System.String
Site name
useFullKey
Type: System.Boolean
If true, the full cache key is used

Type Parameters

DataType

Return Value

Type: PersistentCacheItem<DataType>
See Also