|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Class Summary | |
|---|---|
| FastLRUCache | LRU cache implementation which uses LinkedHashMap and thus provides fast retrieval
and insertion operations, faster by an order of magnitude than LegacyLRUCache. |
| LegacyLRUCache | LRU cache implementation which uses a mix of Vector and Hashtable for all operations, and
thus is slow because of Vector's inherent lookup complexity. |
| LRUCache | An abstract LRU cache. |
Provides various cache implementations.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
This file is part of muCommander - Copyright (C) 2002-2008 Maxence Bernard