Click or drag to resize
CacheHelperGetCacheItemRows Method
Creates a list of all cache items to display in the Debug application.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
public static IEnumerable<CacheItemRowContainer> GetCacheItemRows()

Return Value

Type: IEnumerableCacheItemRowContainer
See Also