| CMSCacheDependency Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Helpers
 Syntax
Syntax[SerializableAttribute] public class CMSCacheDependency
The CMSCacheDependency type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | CMSCacheDependency | 
            Initializes a new instance of the CMSCacheDependency class that monitors a file or directory for change.
             | 
|  | CMSCacheDependency(String, String, DateTime) | 
            Initializes a new instance of the CMSCacheDependency class that monitors a file or directory for change.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CacheDependency | 
            .NET Cache dependency object
             | 
|  | CacheKeys | 
            Gets the cache keys of the dependency.
             | 
|  | FileNames | 
            Collection of file full paths used for cache dependency.
             | 
|  | IncludeDefaultDependencies | 
            Indicates whether the dependency should include also default dependencies.
             | 
|  | Start | 
            The date and time against which to check the last modified date of the objects passed in the filenames and cache keys arrays
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | EnsureDummyKeys | 
            Ensures the dummy keys for this dependency
             | 
 See Also
See Also