Uses of Interface
org.apache.http.client.cache.HttpCacheEntrySerializer

Packages that use HttpCacheEntrySerializer
org.apache.http.impl.client.cache This package contains a cache module that can be used for HTTP/1.1 client-side caching. 
org.apache.http.impl.client.cache.ehcache This package contains a storage backend based on Ehcache that can be plugged into a CachingHttpClient and used for storing cache entries. 
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. 
 

Uses of HttpCacheEntrySerializer in org.apache.http.impl.client.cache
 

Classes in org.apache.http.impl.client.cache that implement HttpCacheEntrySerializer
 class DefaultHttpCacheEntrySerializer
          HttpCacheEntrySerializer implementation that uses the default (native) serialization.
 

Uses of HttpCacheEntrySerializer in org.apache.http.impl.client.cache.ehcache
 

Constructors in org.apache.http.impl.client.cache.ehcache with parameters of type HttpCacheEntrySerializer
EhcacheHttpCacheStorage(net.sf.ehcache.Ehcache cache, CacheConfig config, HttpCacheEntrySerializer serializer)
          Constructs a storage backend using the provided Ehcache with the given configuration options, but using an alternative cache entry serialization strategy.
 

Uses of HttpCacheEntrySerializer in org.apache.http.impl.client.cache.memcached
 

Constructors in org.apache.http.impl.client.cache.memcached with parameters of type HttpCacheEntrySerializer
MemcachedHttpCacheStorage(net.spy.memcached.MemcachedClientIF client, CacheConfig config, HttpCacheEntrySerializer serializer)
          Deprecated. (4.2) do not use
 



Copyright © 2010–2021 The Apache Software Foundation. All rights reserved.