|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Key | |
|---|---|
| org.codehaus.httpcache4j.cache | |
| Uses of Key in org.codehaus.httpcache4j.cache |
|---|
| Methods in org.codehaus.httpcache4j.cache that return Key | |
|---|---|
static Key |
Key.create(HTTPRequest request,
HTTPResponse response)
|
static Key |
Key.create(java.net.URI uri,
Vary vary)
|
| Methods in org.codehaus.httpcache4j.cache that return types with arguments of type Key | |
|---|---|
java.util.Iterator<Key> |
NullCacheStorage.iterator()
|
| Methods in org.codehaus.httpcache4j.cache with parameters of type Key | |
|---|---|
protected abstract HTTPResponse |
AbstractCacheStorage.get(Key key)
|
void |
NullCacheStorage.invalidate(Key key)
|
protected abstract void |
AbstractCacheStorage.invalidate(Key key)
|
protected abstract HTTPResponse |
AbstractCacheStorage.putImpl(Key key,
HTTPResponse response)
|
protected abstract HTTPResponse |
AbstractCacheStorage.rewriteResponse(Key key,
HTTPResponse response)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||