Click or drag to resize
CacheSettings Constructor (Double, Object)
Initializes a new instance of the CacheSettings with absolute expiration.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public 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