Uses of Class
com.foreach.across.modules.debugweb.events.DebugCacheStatistics.CacheEntry
-
Uses of DebugCacheStatistics.CacheEntry in com.foreach.across.modules.debugweb.events
Modifier and TypeMethodDescriptionDebugCacheStatistics.CacheEntry.CacheEntryBuilder.build()
DebugCacheStatistics.CacheEntryIterator.next()
Modifier and TypeMethodDescriptionDebugCacheStatistics.getCacheEntries()
AnIterable
to the entries of the cache.Modifier and TypeMethodDescriptionvoid
DebugCacheStatistics.setCacheEntries
(Iterable<DebugCacheStatistics.CacheEntry> cacheEntries) AnIterable
to the entries of the cache.<V> void
DebugCacheStatistics.setCacheEntryIterator
(@NonNull Iterable<V> original, @NonNull Function<V, DebugCacheStatistics.CacheEntry> transformFunction) Short-hand for providing a cache entry iterator by transforming original entries into aDebugCacheStatistics.CacheEntry
whenever they are requested.ModifierConstructorDescriptionCacheEntryIterator
(@NonNull Iterator<U> iterator, @NonNull Function<U, DebugCacheStatistics.CacheEntry> transform)