| Package | Description |
|---|---|
| org.waarp.common.lru |
Classes implementing LRU Utilities
Based on work from Damian Momot at http://code.google.com/p/simplelrucache/
|
| Class and Description |
|---|
| AbstractLruCache
Base class for concrete implementations
|
| InterfaceLruCache
LRU cache interface.
|
| InterfaceLruCacheEntry
Cache Entry interface
|
| SynchronizedLruCache
Threadsafe synchronized implementation of LruCache based on LinkedHashMap.
|
Copyright © 2009–2020 Waarp. All rights reserved.