Package | Description |
---|---|
org.apache.http.impl.client.cache.memcached |
This package contains a storage backend based on
memcached
that can be plugged into
a
CachingHttpClient and
used for storing cache entries. |
Class and Description |
---|
KeyHashingScheme
Since the
HttpCacheStorage interface
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. |
MemcachedCacheEntry
Provides for serialization and deserialization of higher-level
HttpCacheEntry objects into byte arrays suitable for
storage in memcached. |
MemcachedCacheEntryFactory
Creates
MemcachedCacheEntry instances that can be used for
serializing and deserializing HttpCacheEntry instances for
storage in memcached. |
Copyright © 2010–2022 The Apache Software Foundation. All rights reserved.