Uses of Package
org.apache.hc.client5.http.impl.cache.memcached
Packages that use org.apache.hc.client5.http.impl.cache.memcached
-
Classes in org.apache.hc.client5.http.impl.cache.memcached used by org.apache.hc.client5.http.impl.cache.memcachedClassDescriptionSince the
HttpCacheStorageinterface expects to use variant-annotated URLs for its storage keys, but Memcached has a maximum key size, we need to support mapping storage keys to cache keys.This is aKeyHashingSchemebased on the SHA-256 algorithm.