tag:blogger.com,1999:blog-3237724005744642470.post6488172376333664697..comments2017-05-18T09:21:49.994+01:00Comments on Captain Debug's Blog: Spring 3.1 Caching and Config Roger Hugheshttp://www.blogger.com/profile/07042290171112551665[email protected]Blogger6125tag:blogger.com,1999:blog-3237724005744642470.post-72418651302257010092013-09-19T21:09:59.223+01:002013-09-19T21:09:59.223+01:00Prayag I see that you&#39;ve already answered your...Prayag<br />I see that you&#39;ve already answered your question <br />http://stackoverflow.com/questions/18872643/spring-data-hibernate-query-caching-not-workingRoger Hugheshttp://www.blogger.com/profile/07042290171112551665[email protected]tag:blogger.com,1999:blog-3237724005744642470.post-68795137211703902722013-09-19T08:38:34.103+01:002013-09-19T08:38:34.103+01:00Hi Roger, Caching is not working in my case with s...Hi Roger, Caching is not working in my case with similar config as you mentioned. Can you please look at my stackoverflow question http://stackoverflow.com/q/18872643/432903.<br />Thank youPrayag Updhttp://www.blogger.com/profile/09725956278637829606[email protected]tag:blogger.com,1999:blog-3237724005744642470.post-57933416462882115852013-04-11T07:57:03.552+01:002013-04-11T07:57:03.552+01:00Sami I&#39;ve not seen this issue, maybe I haven&#...Sami<br />I&#39;ve not seen this issue, maybe I haven&#39;t put it under heavy enough load. Perhaps it would be a good idea to raise it on the Spring forum so that the Guys at Spring could take a look.Roger Hugheshttp://www.blogger.com/profile/07042290171112551665[email protected]tag:blogger.com,1999:blog-3237724005744642470.post-19678870396667047592013-04-10T20:01:04.398+01:002013-04-10T20:01:04.398+01:00Hi Roger, Have you noticed that the ConcurrentMap...Hi Roger,<br /><br />Have you noticed that the ConcurrentMapCache locks every once in a while? I am using it with the SimpleCacheManager and notice that sometimes there is a 10 second gap while using the cache&#39;s get() method under heavy load/activity.<br />If so, how would you get around it?<br />Thanks,Saji Abrahamhttp://www.blogger.com/profile/10932857685878056209[email protected]tag:blogger.com,1999:blog-3237724005744642470.post-51582633954434288692012-09-26T14:17:11.034+01:002012-09-26T14:17:11.034+01:00Knalli, The questions were somewhat rhetorical. Se...Knalli,<br />The questions were somewhat rhetorical. See my <a href="/2012/09/spring-31-caching-and-ehcache.html" rel="nofollow">Caching and Ehcache</a> blog.Roger Hugheshttp://www.blogger.com/profile/07042290171112551665[email protected]tag:blogger.com,1999:blog-3237724005744642470.post-65073561047275875682012-09-19T13:51:48.936+01:002012-09-19T13:51:48.936+01:00I&#39;d suggest that someone would use ehcache in ...I&#39;d suggest that someone would use ehcache in favor of bigger caches. The SimpleCacheManager is memory only (I&#39;d expect a set of Hashmaps or LRUmaps).<br /><br />A classic &quot;it depends on...&quot; thing.knalli[email protected]