Uses of Class
org.apache.http.client.cache.HttpCacheUpdateException

Packages that use HttpCacheUpdateException
org.apache.http.client.cache This package consists largely of constants and interfaces that are necessary for building new storage backends for the CachingHttpClient or for those clients wanting to get a little more behavioral information out of the cache module (for example, whether a particular response was a cache hit or not). 
org.apache.http.impl.client.cache.ehcache This package contains a storage backend based on Ehcache that can be plugged into a CachingHttpClient and used for storing cache entries. 
org.apache.http.impl.client.cache.memcached This package contains a storage backend based on memcached that can be plugged into a CachingHttpClient and used for storing cache entries. 
 

Uses of HttpCacheUpdateException in org.apache.http.client.cache
 

Methods in org.apache.http.client.cache that throw HttpCacheUpdateException
 void HttpCacheStorage.updateEntry(String key, HttpCacheUpdateCallback callback)
          Atomically applies the given callback to update an existing cache entry under a given key.
 

Uses of HttpCacheUpdateException in org.apache.http.impl.client.cache.ehcache
 

Methods in org.apache.http.impl.client.cache.ehcache that throw HttpCacheUpdateException
 void EhcacheHttpCacheStorage.updateEntry(String key, HttpCacheUpdateCallback callback)
           
 

Uses of HttpCacheUpdateException in org.apache.http.impl.client.cache.memcached
 

Methods in org.apache.http.impl.client.cache.memcached that throw HttpCacheUpdateException
 void MemcachedHttpCacheStorage.updateEntry(String url, HttpCacheUpdateCallback callback)
           
 



Copyright © 2010–2021 The Apache Software Foundation. All rights reserved.