Uses of Class
com.foreach.across.modules.debugweb.events.DebugCacheStatistics.CacheEntry
Packages that use DebugCacheStatistics.CacheEntry
-
Uses of DebugCacheStatistics.CacheEntry in com.foreach.across.modules.debugweb.events
Methods in com.foreach.across.modules.debugweb.events that return DebugCacheStatistics.CacheEntryModifier and TypeMethodDescriptionDebugCacheStatistics.CacheEntry.CacheEntryBuilder.build()
DebugCacheStatistics.CacheEntryIterator.next()
Methods in com.foreach.across.modules.debugweb.events that return types with arguments of type DebugCacheStatistics.CacheEntryModifier and TypeMethodDescriptionDebugCacheStatistics.getCacheEntries()
AnIterable
to the entries of the cache.Method parameters in com.foreach.across.modules.debugweb.events with type arguments of type DebugCacheStatistics.CacheEntryModifier 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.Constructor parameters in com.foreach.across.modules.debugweb.events with type arguments of type DebugCacheStatistics.CacheEntryModifierConstructorDescriptionCacheEntryIterator
(@NonNull Iterator<U> iterator, @NonNull Function<U, DebugCacheStatistics.CacheEntry> transform)