Package com.mucommander.cache

Provides various cache implementations.

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.
 

Package com.mucommander.cache Description

Provides various cache implementations.



This file is part of muCommander - Copyright (C) 2002-2008 Maxence Bernard