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

/glassfish-3.1.2/common/common-util/src/main/java/com/sun/appserv/util/cache/
H A DMultiLruCache.java60 public static final int LRU_TAIL = 1; field in class:MultiLruCache
96 lists[i][LRU_TAIL] = null;
136 l = list[LRU_TAIL];
138 list[LRU_TAIL] = l.lPrev;
139 list[LRU_TAIL].lNext = null;
173 list[LRU_TAIL] = lc;
218 list[LRU_TAIL] = prev;
265 list[LRU_TAIL] = prev;

Completed in 7 milliseconds