Class SHA256KeyHashingScheme
java.lang.Object
org.apache.hc.client5.http.impl.cache.memcached.SHA256KeyHashingScheme
- All Implemented Interfaces:
KeyHashingScheme
This is a
KeyHashingScheme based on the
SHA-256
algorithm. The hashes produced are hex-encoded SHA-256
digests and hence are always 64-character hexadecimal
strings.- Since:
- 4.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SHA256KeyHashingSchemeprivate static final org.slf4j.Logger -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
LOG
private static final org.slf4j.Logger LOG
-
-
Constructor Details
-
SHA256KeyHashingScheme
public SHA256KeyHashingScheme()
-
-
Method Details
-
hash
Description copied from interface:KeyHashingSchemeMaps a storage key to a cache key. The storage key is what the higher-level HTTP cache uses as a key; the cache key is what we use as a key for talking to memcached.- Specified by:
hashin interfaceKeyHashingScheme- Parameters:
key- what the higher-level HTTP cache wants to use as its key for looking up cache entries- Returns:
- a cache key suitable for use with memcached
-
getDigest
-