Click or drag to resize
ICacheAccessorGetEnumerator Method
Retrieves a dictionary enumerator used to iterate through the key settings and their values contained in the cache.

Namespace: CMS.Helpers.Caching.Abstractions
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
IDictionaryEnumerator GetEnumerator()

Return Value

Type: IDictionaryEnumerator
See Also