Uses of Interface
org.apache.abdera.protocol.client.cache.CachedResponse

Packages that use CachedResponse
org.apache.abdera.protocol.client.cache   
 

Uses of CachedResponse in org.apache.abdera.protocol.client.cache
 

Classes in org.apache.abdera.protocol.client.cache that implement CachedResponse
 class CachedResponseBase
           
 class InMemoryCachedResponse
           
 

Fields in org.apache.abdera.protocol.client.cache with type parameters of type CachedResponse
protected  Map<Object,CachedResponse> InMemoryCache.cache
           
 

Methods in org.apache.abdera.protocol.client.cache that return CachedResponse
protected  CachedResponse InMemoryCache.createCachedResponse(ClientResponse response, Object key)
           
protected abstract  CachedResponse AbstractCache.createCachedResponse(ClientResponse response, Object key)
           
 CachedResponse InMemoryCache.get(Object key)
           
 CachedResponse Cache.get(Object key)
          Get a specific item from the cache
 

Methods in org.apache.abdera.protocol.client.cache with parameters of type CachedResponse
protected  void InMemoryCache.add(Object key, CachedResponse response)
           
protected abstract  void AbstractCache.add(Object key, CachedResponse response)
           
 

Constructor parameters in org.apache.abdera.protocol.client.cache with type arguments of type CachedResponse
InMemoryCache(Abdera abdera, Map<Object,CachedResponse> map)
           
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.