Click or drag to resize
CMSCacheDependency Constructor (String, String, DateTime)
Initializes a new instance of the CMSCacheDependency class that monitors a file or directory for change.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public CMSCacheDependency(
	string[] filenames,
	string[] cachekeys,
	DateTime start
)

Parameters

filenames
Type: SystemString
File names
cachekeys
Type: SystemString
Cache keys
start
Type: SystemDateTime
The date and time against which to check the last modified date of the objects passed in the file names and cache key arrays
See Also