super(multiLruCache,name); this.multiLruCache = multiLruCache;
Returns the legnth of the segment list return (Integer[]) multiLruCache.getStatByName( Constants.STAT_MULTILRUCACHE_SEGMENT_LIST_LENGTH);
return (Integer[]) multiLruCache.getStatByName( Constants.STAT_MULTILRUCACHE_SEGMENT_LIST_LENGTH);
Returns the size of each segment return (Integer) multiLruCache.getStatByName( Constants.STAT_MULTILRUCACHE_SEGMENT_SIZE);
return (Integer) multiLruCache.getStatByName( Constants.STAT_MULTILRUCACHE_SEGMENT_SIZE);
Returns the number of entries that have been trimmed return (Integer) multiLruCache.getStatByName( Constants.STAT_MULTILRUCACHE_TRIM_COUNT);
return (Integer) multiLruCache.getStatByName( Constants.STAT_MULTILRUCACHE_TRIM_COUNT);