Uses of Class
org.codehaus.httpcache4j.cache.Key

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(URI uri, Vary vary)
           
 

Methods in org.codehaus.httpcache4j.cache that return types with arguments of type Key
 Iterator<Key> NullCacheStorage.iterator()
           
 

Methods in org.codehaus.httpcache4j.cache with parameters of type Key
 File FileManager.createFile(Key key, InputStream stream)
           
 CacheItem NullCacheStorage.get(Key key)
           
 CacheItem CacheStorage.get(Key key)
           
protected abstract  void AbstractCacheStorage.invalidate(Key key)
           
 void NullCacheStorage.invalidate(Key key)
           
protected abstract  HTTPResponse AbstractCacheStorage.putImpl(Key key, HTTPResponse response)
           
 void FileManager.remove(Key key)
           
 File FileManager.resolve(Key key)
           
protected abstract  HTTPResponse AbstractCacheStorage.rewriteResponse(Key key, HTTPResponse response)
           
 



Copyright © 2008-2011. All Rights Reserved.