-
public final class CountingMemoryCacheInspector.DumpInfo<K extends Object, V extends Object>Info about the status of the cache for use by dumpers.
-
-
Field Summary
Fields Modifier and Type Field Description public final IntegermaxSizepublic final IntegermaxEntriesCountpublic final IntegermaxEntrySizepublic final Integersizepublic final IntegerlruSizepublic final List<CountingMemoryCacheInspector.DumpInfoEntry<K, V>>lruEntriespublic final List<CountingMemoryCacheInspector.DumpInfoEntry<K, V>>sharedEntriespublic final Map<Bitmap, Object>otherEntries
-
Constructor Summary
Constructors Constructor Description CountingMemoryCacheInspector.DumpInfo(Integer size, Integer lruSize, MemoryCacheParams params)
-
Method Summary
-
-
Constructor Detail
-
CountingMemoryCacheInspector.DumpInfo
CountingMemoryCacheInspector.DumpInfo(Integer size, Integer lruSize, MemoryCacheParams params)
-
-
-
-