| Package | Description |
|---|---|
| com.hannesdorfmann.httpkit.cache |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DiskCache<K,V>
A DiskCache is like the name suggests responsible to write data on the disk.
|
interface |
MemoryCache<K,V>
Created by Hannes Dorfmann on 25.03.14.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AllLruDiskCache
A LruDiskCache that can be used to store any value, because it uses internally Object as value type
|
class |
BitmapLruMemoryCache
A special lru memory cache for caching bitmaps.
|
class |
CastedBitmapLruMemoryCache
A special lru memory cache for caching bitmaps.
|
class |
LruDiskCache<K,V>
Created by Hannes Dorfmann on 25.03.14.
|
class |
LruMemoryCache<K,V>
A LRU (Least recently used) memory cache
|
Copyright © 2015 Hannes Dorfmann. All rights reserved.