Searched refs:trimCount (Results 1 - 5 of 5) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/util/cache/
H A DLruCache.java73 protected int trimCount; field in class:LruCache
133 trimCount++;
308 trimCount += count;
334 stat = trimCount;
342 stats.put(Constants.STAT_LRUCACHE_TRIM_COUNT, trimCount);
H A DFIFOEJBObjectCache.java381 .append("; trim=").append(trimCount)
424 trimCount += count;
H A DLruSessionCache.java520 trimCount += sz;
680 trimCount += count;
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/appserv/util/cache/
H A DLruCache.java62 protected int trimCount; field in class:LruCache
158 trimCount++;
337 trimCount += count;
364 stat = Integer.valueOf(trimCount);
374 Integer.valueOf(trimCount));
H A DMultiLruCache.java67 int trimCount; field in class:MultiLruCache
146 trimCount++;
307 stat = Integer.valueOf(trimCount);
336 Integer.valueOf(trimCount));

Completed in 17 milliseconds