AdvancedGetFileServiceGetCacheDependency Method |
Creates the cache dependency from the given keys.
Namespace: CMS.Routing.WebAssembly: CMS.Routing.Web (in CMS.Routing.Web.dll) Version: 13.0.131
Syntax protected virtual CMSCacheDependency GetCacheDependency(
ICollection<string> dependencies
)
Parameters
- dependencies
- Type: System.Collections.GenericICollectionString
Cache keys
Return Value
Type:
CMSCacheDependencySee Also