| Package | Description |
|---|---|
| org.codehaus.httpcache4j.cache |
| Modifier and Type | Method and Description |
|---|---|
static Key |
Key.create(HTTPRequest request,
HTTPResponse response) |
static Key |
Key.create(URI uri,
Vary vary) |
static Key |
Key.parse(Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Key> |
NullCacheStorage.iterator() |
| Modifier and Type | Method and Description |
|---|---|
File |
FileManager.createFile(Key key,
InputStream stream) |
CacheItem |
NullCacheStorage.get(Key key) |
CacheItem |
CacheStorage.get(Key key) |
void |
NullCacheStorage.invalidate(Key key) |
void |
FileManager.remove(Key key) |
File |
FileManager.resolve(Key key) |
Copyright © 2008-2013. All Rights Reserved.