Class AbstractCache
- java.lang.Object
-
- org.apache.abdera.protocol.client.cache.AbstractCache
-
- Direct Known Subclasses:
InMemoryCache
@Deprecated public abstract class AbstractCache extends Object implements Cache
Deprecated.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.abdera.protocol.client.cache.Cache
Cache.Disposition
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Cache.Dispositiondisposition(Object key, RequestOptions options)Deprecated.Get the disposition of a specific itemClientResponseupdate(Object key, RequestOptions options, ClientResponse response, ClientResponse cached_response)Deprecated.Update the cached item-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
Method Detail
-
disposition
public Cache.Disposition disposition(Object key, RequestOptions options)
Deprecated.Description copied from interface:CacheGet the disposition of a specific item- Specified by:
dispositionin interfaceCache
-
update
public ClientResponse update(Object key, RequestOptions options, ClientResponse response, ClientResponse cached_response)
Deprecated.Description copied from interface:CacheUpdate the cached item
-
-