public AbderaClient(Abdera abdera) {
this(abdera,DEFAULT_USER_AGENT);
}
private CacheFactory initCacheFactory() {
CacheFactory cacheFactory =
(CacheFactory)ServiceUtil.newInstance(
"org.apache.abdera.protocol.cache.CacheFactory",
"org.apache.abdera.protocol.cache.lru.LRUCacheFactory",
abdera);
return cacheFactory;