| Package | Description |
|---|---|
| com.hannesdorfmann.httpkit.cache |
| 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 |
LruDiskCache<K,V>
Created by Hannes Dorfmann on 25.03.14.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HybridCache.addDiskCache(DiskCache<K,V> cache) |
void |
Cache.addDiskCache(DiskCache<K,V> cache)
Add a disk cache
|
void |
HybridCache.removeDiskCache(DiskCache<K,V> cache) |
void |
Cache.removeDiskCache(DiskCache<K,V> cache)
remove a Disk cache
|
Copyright © 2015 Hannes Dorfmann. All rights reserved.