Class LRUCache
- java.lang.Object
-
- org.apache.abdera.protocol.client.cache.AbstractCache
-
- org.apache.abdera.protocol.client.cache.InMemoryCache
-
- org.apache.abdera.protocol.client.cache.LRUCache
-
@Deprecated public class LRUCache extends InMemoryCache implements Cache
Deprecated.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.abdera.protocol.client.cache.Cache
Cache.Disposition
-
-
Method Summary
-
Methods inherited from class org.apache.abdera.protocol.client.cache.InMemoryCache
clear, get, iterator, remove
-
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 org.apache.abdera.protocol.client.cache.Cache
clear, disposition, get, remove, update
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-