Class DebugCacheStatistics.CacheEntryIterator<U>

java.lang.Object
com.foreach.across.modules.debugweb.events.DebugCacheStatistics.CacheEntryIterator<U>
All Implemented Interfaces:
Iterator<DebugCacheStatistics.CacheEntry>
Enclosing class:
DebugCacheStatistics<T extends org.springframework.cache.Cache>

public static class DebugCacheStatistics.CacheEntryIterator<U> extends Object implements Iterator<DebugCacheStatistics.CacheEntry>
Helper which takes an original entry iterator and transforms it into a DebugCacheStatistics.CacheEntry when the entry is requested.