org.codehaus.httpcache4j.cache
Interface CacheStorage
- All Superinterfaces:
- java.lang.Iterable<Key>
- All Known Implementing Classes:
- AbstractCacheStorage, NullCacheStorage
public interface CacheStorage
- extends java.lang.Iterable<Key>
- Author:
- Erlend Hamnaberg
| Methods inherited from interface java.lang.Iterable |
iterator |
insert
HTTPResponse insert(HTTPRequest request,
HTTPResponse response)
update
HTTPResponse update(HTTPRequest request,
HTTPResponse response)
get
CacheItem get(HTTPRequest request)
invalidate
void invalidate(java.net.URI uri)
clear
void clear()
size
int size()
Copyright © 2008-2009. All Rights Reserved.