CacheHelperCreateCacheDependencyInternal Method |
Creates the cache dependency with specified parameters
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax protected virtual CMSCacheDependency CreateCacheDependencyInternal(
string[] files,
string[] keys
)
Parameters
- files
- Type: SystemString
Dependency files - keys
- Type: SystemString
Dependency cache keys
Return Value
Type:
CMSCacheDependencySee Also