Java org.apache.http.impl.client.cache.memcached MemcachedCacheEntry fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.impl.client.cache.memcached MemcachedCacheEntry fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.impl.client.cache.memcached MemcachedCacheEntry.

The text is from its open source code.

Method

HttpCacheEntrygetHttpCacheEntry()
Returns the HttpCacheEntry associated with this entry.
StringgetStorageKey()
Returns the storage key associated with this entry.
voidset(byte[] bytes)
Given a serialized representation of a MemcachedCacheEntry , attempt to reconstitute the storage key and HttpCacheEntry represented therein.
byte[]toByteArray()
Returns a serialized representation of the current cache entry.