Searched defs:oldSize (Results 1 - 8 of 8) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/util/cache/
H A DFIFOSessionCache.java68 protected void itemRefreshed(CacheItem item, int oldSize) { argument
H A DNRUSessionCache.java86 protected void itemRefreshed(CacheItem item, int oldSize) { argument
H A DLruCache.java224 * @param oldSize size of the previous value that was refreshed
227 protected void itemRefreshed(CacheItem item, int oldSize) { argument
H A DBaseCache.java306 * @param oldSize size of the previous value that was refreshed
309 protected void itemRefreshed(CacheItem item, int oldSize) { } argument
582 int oldSize = 0;
605 oldSize = oldItem.getSize();
607 itemRefreshed(oldItem, oldSize);
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/appserv/util/cache/
H A DBoundedMultiLruCache.java131 * @param oldSize size of the previous value that was refreshed
134 protected void itemRefreshed(CacheItem item, int oldSize) { argument
135 super.itemRefreshed(item, oldSize);
140 decrementCurrentSize(oldSize);
H A DLruCache.java255 * @param oldSize size of the previous value that was refreshed
258 protected void itemRefreshed(CacheItem item, int oldSize) { argument
H A DMultiLruCache.java227 * @param oldSize size of the previous value that was refreshed
230 protected void itemRefreshed(CacheItem item, int oldSize) { argument
H A DBaseCache.java253 * @param oldSize size of the previous value that was refreshed
256 protected void itemRefreshed(CacheItem item, int oldSize) { } argument
528 int oldSize = 0;
552 oldSize = oldItem.getSize();
554 itemRefreshed(oldItem, oldSize);

Completed in 41 milliseconds