Saves the persistent item to the file
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- cacheKey
- Type: System String
Cache key
- data
- Type: DataType
Data to cache
- cd
- Type: CMS.Helpers CMSCacheDependency
Cache dependency
- cacheMinutes
- Type: System Int32
Cache minutes for the standard cache item
- expires
- Type: System DateTime
Expiration time
- fileExpires
- Type: System DateTime
Expiration time for the physical file
- siteName
- Type: System String
Site name
Return Value
Type: PersistentCacheItem DataTypeSee Also