This project has retired. For details please refer to its
Attic page.
org.apache.abdera.protocol.client.cache
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
- All Implemented Interfaces:
- Iterable<Object>, Cache
public class LRUCache
- extends InMemoryCache
- implements Cache
Nested classes/interfaces inherited from interface org.apache.abdera.protocol.client.cache.Cache |
Cache.Disposition |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LRUCache
public LRUCache(Abdera abdera)
LRUCache
public LRUCache(Abdera abdera,
int size)
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.