Uses of Class
org.apache.http.client.cache.HttpCacheUpdateException
-
Packages that use HttpCacheUpdateException Package Description org.apache.http.client.cache This package consists largely of constants and interfaces that are necessary for building new storage backends for theCachingHttpClientor 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). -
-
Uses of HttpCacheUpdateException in org.apache.http.client.cache
Methods in org.apache.http.client.cache that throw HttpCacheUpdateException Modifier and Type Method Description voidHttpCacheStorage. updateEntry(java.lang.String key, HttpCacheUpdateCallback callback)Atomically applies the given callback to update an existing cache entry under a given key.
-