|
|||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||||
LinkedHashMap is created with LRU by access order.
#removeEldestEntry
to persist cache entries to the auxiliary cache before they are removed.
LinkedHashMap (JDK1.4) and then
tries to load an LRUMap.
|
|||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||||