[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michajlo Matijkiw updated HTTPCLIENT-978:
-----------------------------------------

    Attachment: ehcache_w_serialization.patch

We have updated the ehcache implementation to support a disk based ehcache.  
Since some members of HttpCacheEntry are not Serializable, they could only be 
stored in memory, and would not be able to be written to disk.

We reintroduced the HttpCacheEntrySerializer interface and added an 
implementation, JSONCacheEntrySerializer.  The HttpCacheEntrySerializer 
interfaced is used by ehcache to serialize HttpCacheEntrys to be stored in the 
cache.  This interface will also be used by the memcached interface we are 
working on bringing to date.

> provide an ehcache implementation for HttpCache
> -----------------------------------------------
>
>                 Key: HTTPCLIENT-978
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-978
>             Project: HttpComponents HttpClient
>          Issue Type: New Feature
>          Components: Cache
>            Reporter: Jonathan Moore
>         Attachments: ehcache_w_serialization.patch, 
> httpclient-cache_ehcache-patch.patch, httpclient-cache_ehcache-patch2.patch
>
>
> Provide an implementation of the HttpCache interface that stores cache 
> entries in ehcache.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to