ippontech / wip

Web Integration Portlet
GNU Lesser General Public License v3.0
17 stars 2 forks source link

Improve cache capabilities #23

Closed fprot closed 12 years ago

fprot commented 12 years ago

Upgrade of HttpClient up to 4.1 provides some innate shared cache capabilites.

Some custom strategy may be necessary to implement a private cache (a basic implentation based on static HashMap already exists...)

Use of EhCache msut also be considered (in integration with Http Client Cache or not...)