org.codehaus.httpcache4j.cache
Class NullCacheStorage
java.lang.Object
org.codehaus.httpcache4j.cache.NullCacheStorage
- All Implemented Interfaces:
- java.lang.Iterable<Key>, CacheStorage
public class NullCacheStorage
- extends java.lang.Object
- implements CacheStorage
- Author:
- Erlend Hamnaberg
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullCacheStorage
public NullCacheStorage()
insert
public HTTPResponse insert(HTTPRequest request,
HTTPResponse response)
- Specified by:
insert in interface CacheStorage
update
public HTTPResponse update(HTTPRequest request,
HTTPResponse response)
- Specified by:
update in interface CacheStorage
get
public CacheItem get(HTTPRequest request)
- Specified by:
get in interface CacheStorage
invalidate
public void invalidate(Key key)
invalidate
public void invalidate(java.net.URI uri)
- Specified by:
invalidate in interface CacheStorage
clear
public void clear()
- Specified by:
clear in interface CacheStorage
size
public int size()
- Specified by:
size in interface CacheStorage
iterator
public java.util.Iterator<Key> iterator()
- Specified by:
iterator in interface java.lang.Iterable<Key>
Copyright © 2008-2009. All Rights Reserved.