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.
-
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
Classes in org.apache.hc.client5.http.impl.cache that implement interfaces with type arguments of type HttpCacheStorageEntryModifier and TypeClassDescriptionclassHttpCacheEntrySerializerthat usesHttpCacheStorageEntryas its cache content representation.Fields in org.apache.hc.client5.http.impl.cache with type parameters of type HttpCacheStorageEntryModifier and TypeFieldDescriptionprivate final Consumer<HttpCacheStorageEntry> InternalCacheStorage.evictionCallbackprivate final Queue<HttpCacheStorageEntry> InternalCacheStorage.evictionQueueMethods in org.apache.hc.client5.http.impl.cache that return HttpCacheStorageEntryModifier and TypeMethodDescriptionByteArrayCacheEntrySerializer.deserialize(byte[] serializedObject) Deprecated.HttpByteArrayCacheEntrySerializer.deserialize(byte[] serializedObject) Deserializes a byte array representation of an HTTP cache storage entry into an instance ofHttpCacheStorageEntry.NoopCacheEntrySerializer.deserialize(HttpCacheStorageEntry cacheEntry) NoopCacheEntrySerializer.serialize(HttpCacheStorageEntry cacheEntry) Methods in org.apache.hc.client5.http.impl.cache with parameters of type HttpCacheStorageEntryModifier and TypeMethodDescriptionNoopCacheEntrySerializer.deserialize(HttpCacheStorageEntry cacheEntry) byte[]ByteArrayCacheEntrySerializer.serialize(HttpCacheStorageEntry cacheEntry) Deprecated.byte[]HttpByteArrayCacheEntrySerializer.serialize(HttpCacheStorageEntry storageEntry) Serializes an HttpCacheStorageEntry object into a byte array using an HTTP-like format.NoopCacheEntrySerializer.serialize(HttpCacheStorageEntry cacheEntry) Constructor parameters in org.apache.hc.client5.http.impl.cache with type arguments of type HttpCacheStorageEntryModifierConstructorDescriptionInternalCacheStorage(int maxEntries, Consumer<HttpCacheStorageEntry> evictionCallback)