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

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

Parameters

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

Type Parameters

DataType
See Also