Click or drag to resize
CacheHelperSaveToPersistentFileInternalDataType Method
Saves the persistent item to the file

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
protected virtual void SaveToPersistentFileInternal<DataType>(
	PersistentCacheItem<DataType> item,
	bool useFullKey
)

Parameters

item
Type: CMS.HelpersPersistentCacheItemDataType
Item to save
useFullKey
Type: SystemBoolean
If true, the full cache key is used

Type Parameters

DataType
See Also