Click or drag to resize
CacheHelperGetFileCacheDependency Method
Creates the cache dependency from the given file path.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static CMSCacheDependency GetFileCacheDependency(
	string path
)

Parameters

path
Type: SystemString
File path

Return Value

Type: CMSCacheDependency
See Also