org.apache.abdera.protocol.client.cache.lru
Class LRUCacheFactory

java.lang.Object
  extended by org.apache.abdera.protocol.client.cache.lru.LRUCacheFactory
All Implemented Interfaces:
CacheFactory

public class LRUCacheFactory
extends java.lang.Object
implements CacheFactory


Constructor Summary
LRUCacheFactory()
           
 
Method Summary
 Cache getCache(Abdera abdera)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LRUCacheFactory

public LRUCacheFactory()
Method Detail

getCache

public Cache getCache(Abdera abdera)
Specified by:
getCache in interface CacheFactory