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