qianjava / ehcache-spring-annotations

Automatically exported from code.google.com/p/ehcache-spring-annotations
0 stars 0 forks source link

Use cacheManager.getEhcache instead of getCache #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Using getEhcache in CacheAttributeSourceImpl would allow us to use
decorated ehcache implementations. There is no need to use getCache. The
cache is acessed via the EHCache-Interface anyway.

Original issue reported on code.google.com by tom.quel...@gmail.com on 9 May 2010 at 12:50

GoogleCodeExporter commented 8 years ago
Thanks for that suggestion, we'll get that change in right away

Original comment by eric.dalquist on 9 May 2010 at 3:10

GoogleCodeExporter commented 8 years ago

Original comment by eric.dalquist on 9 May 2010 at 7:30

GoogleCodeExporter commented 8 years ago
Thank you for the quick change.
There were two getCache calls in this methods. In my opinion both should by 
changed
to getEhcache.

Original comment by tom.quel...@gmail.com on 10 May 2010 at 11:38

GoogleCodeExporter commented 8 years ago
Oops, I missed the second. That will get fixed today.

Original comment by eric.dalquist on 10 May 2010 at 2:18