| Package | Description |
|---|---|
| com.hannesdorfmann.httpkit | |
| com.hannesdorfmann.httpkit.cache | |
| com.hannesdorfmann.httpkit.request | |
| com.hannesdorfmann.httpkit.threading |
| Class and Description |
|---|
| Cache
A cache is a kind of Key Value Map.
|
| Class and Description |
|---|
| Cache
A cache is a kind of Key Value Map.
|
| CacheEntry
This object represents an entry of a cache.
|
| CacheEntryExpirator
The
CacheEntryExpirator is responsible to check, if a
CacheEntry has expired or not. |
| DefaultCacheEntryExpirator
This
CacheEntryExpirator uses unix timestamps (in miliseconds) in UTC
timezone to determine if a CacheEntry is expired or not. |
| DiskCache
A DiskCache is like the name suggests responsible to write data on the disk.
|
| LruDiskCache
Created by Hannes Dorfmann on 25.03.14.
|
| LruMemoryCache
A LRU (Least recently used) memory cache
|
| MemoryCache
Created by Hannes Dorfmann on 25.03.14.
|
| SubCache |
| Class and Description |
|---|
| Cache
A cache is a kind of Key Value Map.
|
| CacheEntry
This object represents an entry of a cache.
|
| Class and Description |
|---|
| Cache
A cache is a kind of Key Value Map.
|
Copyright © 2015 Hannes Dorfmann. All rights reserved.