CacheHelperGetCacheDependency Method (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(
ICollection<string> keys
)
Parameters
- keys
- Type: System.Collections.GenericICollectionString
Cache keys
Return Value
Type:
CMSCacheDependencySee Also