CacheHelperGetCacheItemsString Method |
Gets the cache items string (item names separated by semicolon)
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static string GetCacheItemsString(
Dictionary<string, bool> items
)
Parameters
- items
- Type: System.Collections.GenericDictionaryString, Boolean
Basic item collection defined in the code
Return Value
Type:
StringSee Also