| CacheSettings Constructor  | 
            Constructor
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntaxpublic CacheSettings(
	double cacheMinutes,
	params Object[] cacheItemNameParts
)
Parameters
- cacheMinutes
 - Type: SystemDouble
Cache minutes - cacheItemNameParts
 - Type: SystemObject
Cache item name parts (form the cache item name if the custom item name is not available) 
See Also