StimVinsh / xdocreport

Automatically exported from code.google.com/p/xdocreport
0 stars 0 forks source link

Manage Generic Cache to store IXDocReport in the registry to use for instance EHCache #83

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Today XDocReport cache (by default) the IXDocReport instances in the Registry 
with simple HashMap. I think it should be better to have a generic cache 
instead using directly HashMap to customize XDocReport to work with EHCache 
(http://ehcache.org/) for instance.

EHCache gives you the capability for instance to remove instances automaticly 
if it is not used. 

Original issue reported on code.google.com by angelo.z...@gmail.com on 1 Mar 2012 at 10:11

GoogleCodeExporter commented 8 years ago
XDocReport uses now ICacheStorage instead of HashMap. See commit at 
https://code.google.com/p/xdocreport/source/detail?r=8a2148cc044324f6c481b24d73a
f280b67bd22b1

Now it's possible to create an implementation with EHCache 

Original comment by angelo.z...@gmail.com on 24 Oct 2013 at 12:10