| Class | Description |
|---|---|
| CacheMap<K,V> |
The CacheMap is a LRU cache with a given capacity.
|
| ConcurrentCacheMap<K,V> |
A map with expiration and more or less LRU.
|
| FIFOCache<E> |
A thread-safe FIFO Cache with a fixed size based on a ConcurrentLinkedQueue
Replace with ConcurrentLinkedDeque when Java 1.7 is available on Android.
|
| MultiByteBufferInputStream |
Used to decode Java objects from channel buffers.
|
| Pair<K,V> | |
| Utils |
Copyright © 2015. All rights reserved.