Searched refs:LRU (Results 1 – 6 of 6) sorted by relevance
7 Java implementation of a Disk-based LRU cache which specifically targets Android compatibility.
1 Disk LRU Cache
734 LiveRegUnit &LRU = RegUnits[*Units]; in updatePhysDepsDownwards() local735 LRU.MI = UseMI; in updatePhysDepsDownwards()736 LRU.Op = DefOp; in updatePhysDepsDownwards()904 LiveRegUnit &LRU = RegUnits[*Units]; in updatePhysDepsUpwards() local906 if (LRU.Cycle <= Height && LRU.MI != MI) { in updatePhysDepsUpwards()907 LRU.Cycle = Height; in updatePhysDepsUpwards()908 LRU.MI = MI; in updatePhysDepsUpwards()909 LRU.Op = ReadOps[i]; in updatePhysDepsUpwards()
125 replacement policy; we have found that this is almost as good as LRU
1400 + JETTY-1289 LRU cache for filter chains5213 + Replaced ResourceHandler FIFO cache with LRU cache.
4751 * An LRU cache, based on <code>LinkedHashMap</code>.4755 * If the cache is full and another entry is added, the LRU (least recently