| Interface | Description |
|---|---|
| CacheStore<K,V> |
| Class | Description |
|---|---|
| DefaultCacheStore<K,V> | |
| LRUCacheFactory | |
| LRUCacheStore<K,V> |
A LRU cache based on LinkedHashMap.
|
| Exception | Description |
|---|---|
| CacheException |
| Annotation Type | Description |
|---|---|
| LRU |
Used to mark an cache implementation as LRUCache.
|
Copyright © 2014 Caelum. All rights reserved.