| Package | Description |
|---|---|
| com.hannesdorfmann.httpkit.cache |
| Modifier and Type | Class and Description |
|---|---|
class |
BitmapLruMemoryCache
A special lru memory cache for caching bitmaps.
|
class |
CastedBitmapLruMemoryCache
A special lru memory cache for caching bitmaps.
|
class |
LruMemoryCache<K,V>
A LRU (Least recently used) memory cache
|
| Modifier and Type | Method and Description |
|---|---|
void |
HybridCache.addMemoryCache(MemoryCache<K,V> cache) |
void |
Cache.addMemoryCache(MemoryCache<K,V> cache)
Adds a memory cache
|
void |
HybridCache.removeMemoryCache(MemoryCache<K,V> cache) |
void |
Cache.removeMemoryCache(MemoryCache<K,V> cache)
remove a memory cache
|
Copyright © 2015 Hannes Dorfmann. All rights reserved.