Class InMemoryCache
- java.lang.Object
-
- org.apache.abdera.protocol.client.cache.AbstractCache
-
- org.apache.abdera.protocol.client.cache.InMemoryCache
-
- Direct Known Subclasses:
LRUCache
@Deprecated public abstract class InMemoryCache extends AbstractCache
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 Cacheclear()Deprecated.Clear all items from the cacheCachedResponseget(Object key)Deprecated.Get a specific item from the cacheIterator<Object>iterator()Deprecated.Cacheremove(Object key)Deprecated.Remove a specific item from the cache-
Methods inherited from class org.apache.abdera.protocol.client.cache.AbstractCache
disposition, update
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
clear
public Cache clear()
Deprecated.Description copied from interface:CacheClear all items from the cache
-
get
public CachedResponse get(Object key)
Deprecated.Description copied from interface:CacheGet a specific item from the cache
-
remove
public Cache remove(Object key)
Deprecated.Description copied from interface:CacheRemove a specific item from the cache
-
-