| Package | Description | 
|---|---|
| org.apache.http.impl.client.cache.memcached | 
This package contains a storage backend based on
memcached
that can be plugged into
a  CachingHttpClientand
used for storing cache entries. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PrefixKeyHashingSchemeThis is a  KeyHashingSchemedecorator that simply adds
 a known prefix to the results of anotherKeyHashingScheme. | 
| class  | SHA256KeyHashingSchemeThis is a  KeyHashingSchemebased on the
 SHA-256
 algorithm. | 
| Constructor and Description | 
|---|
| MemcachedHttpCacheStorage(net.spy.memcached.MemcachedClientIF client,
                         CacheConfig config,
                         MemcachedCacheEntryFactory memcachedCacheEntryFactory,
                         KeyHashingScheme keyHashingScheme)Create a storage backend using the given memcached client and
 applying the given cache configuration, serialization, and hashing
 mechanisms. | 
| PrefixKeyHashingScheme(String prefix,
                      KeyHashingScheme backingScheme)Creates a new  KeyHashingSchemethat prepends the given
 prefix to the results of hashes from the given backing scheme. | 
Copyright © 2010–2022 The Apache Software Foundation. All rights reserved.