Class LRUCacheFactory
- java.lang.Object
-
- org.apache.abdera.protocol.client.cache.LRUCacheFactory
-
- All Implemented Interfaces:
CacheFactory
@Deprecated public class LRUCacheFactory extends Object implements CacheFactory
Deprecated.No longer used
-
-
Constructor Summary
Constructors Constructor Description LRUCacheFactory()Deprecated.LRUCacheFactory(org.apache.abdera.Abdera abdera)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CachegetCache(org.apache.abdera.Abdera abdera)Deprecated.
-
-
-
Method Detail
-
getCache
public Cache getCache(org.apache.abdera.Abdera abdera)
Deprecated.- Specified by:
getCachein interfaceCacheFactory
-
-