CacheHelperAddResponseCacheDependencies Method |
Adds the given dependency cache keys to the Response cache.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public static void AddResponseCacheDependencies(
string[] keys
)
Parameters
- keys
- Type: SystemString
Keys to add as the dependencies
See Also