Cache.GetEnumerator Method
.NET Framework 3.0
Retrieves a dictionary enumerator used to iterate through the key settings and their values contained in the cache.
Namespace: System.Web.Caching
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The following example creates an IDictionaryEnumerator object, CacheEnum, using the GetEnumerator method. The enumerator moves through the cache, converts the value of each cached item to a string, and then writes the values to a Web Forms page.
Community Additions
ADD
Show: