CacheHelperGetCacheDependency Method (String) |
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(
string[] keys
)
Parameters
- keys
- Type: SystemString
Cache keys
Return Value
Type:
CMSCacheDependencySee Also