CacheHelperGetCacheDependency Method (ListString, ICollectionString) |
Creates the cache dependency from the given keys.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static CMSCacheDependency GetCacheDependency(
List<string> files,
ICollection<string> keys
)
Parameters
- files
- Type: System.Collections.GenericListString
Files for the cache dependency - keys
- Type: System.Collections.GenericICollectionString
Cache keys
Return Value
Type:
CMSCacheDependencySee Also