AgileWallaby.Ehcache.EhcacheServerDictionary.GetEnumerator C# (CSharp) Method

GetEnumerator() public method

public GetEnumerator ( ) : IDictionaryEnumerator
return IDictionaryEnumerator
        public IDictionaryEnumerator GetEnumerator()
        {
            throw new NotImplementedException("Not implemented as Ehcache Server does not provide a way of listing all keys in a cache.");
        }