| CacheHelperSaveToPersistentFileInternalDataType Method  | 
            Saves the persistent item to the file
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntaxprotected 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