Uses of Interface
org.apache.http.client.cache.HttpCacheUpdateCallback
-
Packages that use HttpCacheUpdateCallback Package Description org.apache.http.client.cache This package consists largely of constants and interfaces that are necessary for building new storage backends for theCachingHttpClient
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 This package contains a cache module that can be used for HTTP/1.1 client-side caching. -
-
Uses of HttpCacheUpdateCallback in org.apache.http.client.cache
Methods in org.apache.http.client.cache with parameters of type HttpCacheUpdateCallback Modifier and Type Method Description void
HttpCacheStorage. updateEntry(java.lang.String key, HttpCacheUpdateCallback callback)
Atomically applies the given callback to update an existing cache entry under a given key. -
Uses of HttpCacheUpdateCallback in org.apache.http.impl.client.cache
Methods in org.apache.http.impl.client.cache with parameters of type HttpCacheUpdateCallback Modifier and Type Method Description void
BasicHttpCacheStorage. updateEntry(java.lang.String url, HttpCacheUpdateCallback callback)
void
ManagedHttpCacheStorage. updateEntry(java.lang.String url, HttpCacheUpdateCallback callback)
-