Uses of Class
org.apache.hc.client5.http.cache.HttpCacheStorageEntry
Packages that use HttpCacheStorageEntry
Package
Description
Caching APIs for both the classic and the asynchronous
HTTP transports.
Caching API implementation for both the classic and
the asynchronous HTTP transports.
Ehcache based caching backend implementation.
-
Uses of HttpCacheStorageEntry in org.apache.hc.client5.http.cache
Methods in org.apache.hc.client5.http.cache that return HttpCacheStorageEntryModifier and TypeMethodDescriptionHttpCacheEntrySerializer.deserialize(T serializedObject) Deserializes a cache entry from its serialized representation.Methods in org.apache.hc.client5.http.cache with parameters of type HttpCacheStorageEntryModifier and TypeMethodDescriptionHttpCacheEntrySerializer.serialize(HttpCacheStorageEntry entry) Serializes the given entry. -
Uses of HttpCacheStorageEntry in org.apache.hc.client5.http.impl.cache
Methods in org.apache.hc.client5.http.impl.cache that return HttpCacheStorageEntryModifier and TypeMethodDescriptionByteArrayCacheEntrySerializer.deserialize(byte[] serializedObject) HttpByteArrayCacheEntrySerializer.deserialize(byte[] serializedObject) NoopCacheEntrySerializer.deserialize(HttpCacheStorageEntry cacheEntry) NoopCacheEntrySerializer.serialize(HttpCacheStorageEntry cacheEntry) Methods in org.apache.hc.client5.http.impl.cache with parameters of type HttpCacheStorageEntryModifier and TypeMethodDescriptionprivate voidHttpByteArrayCacheEntrySerializer.addMetadataPseudoHeaders(org.apache.hc.core5.http.HttpResponse httpResponse, HttpCacheStorageEntry httpCacheEntry) Modify the given response to add our own cache metadata as pseudo-headers.NoopCacheEntrySerializer.deserialize(HttpCacheStorageEntry cacheEntry) byte[]ByteArrayCacheEntrySerializer.serialize(HttpCacheStorageEntry cacheEntry) byte[]HttpByteArrayCacheEntrySerializer.serialize(HttpCacheStorageEntry httpCacheEntry) NoopCacheEntrySerializer.serialize(HttpCacheStorageEntry cacheEntry) -
Uses of HttpCacheStorageEntry in org.apache.hc.client5.http.impl.cache.ehcache
Methods in org.apache.hc.client5.http.impl.cache.ehcache that return types with arguments of type HttpCacheStorageEntryModifier and TypeMethodDescriptionEhcacheHttpCacheStorage.createObjectCache(org.ehcache.Cache<String, HttpCacheStorageEntry> cache, CacheConfig config) Creates cache that storesHttpCacheStorageEntrys without direct serialization.Method parameters in org.apache.hc.client5.http.impl.cache.ehcache with type arguments of type HttpCacheStorageEntryModifier and TypeMethodDescriptionEhcacheHttpCacheStorage.createObjectCache(org.ehcache.Cache<String, HttpCacheStorageEntry> cache, CacheConfig config) Creates cache that storesHttpCacheStorageEntrys without direct serialization.