Open GoogleCodeExporter opened 9 years ago
Did you found a solution for this issue?
We're able to use this feature with ehcache-spring-annotations 1.2.0, Spring
3.0.5.RELEASE and ehcache-core 2.4.7.
What debug output do you get from the classes SelfPopulatingCache and
RefreshingSelfPopulatingCache?
These classes should log in debug mode soemthing along the line of the
following example log output:
17:31:18.293 [ZielgruppeRepository Cache Refresh Timer] DEBUG
n.s.e.c.blocking.SelfPopulatingCache - ZielgruppeRepository: found 1 keys to
refresh
17:31:18.293 [ZielgruppeRepository Cache Refresh Timer] DEBUG
c.g.e.a.RefreshingSelfPopulatingCache - Element for key 417967725599 is only
2015ms old and will not be refreshed. Refresh age is 3000
/Torsten
Original comment by torsten....@gmail.com
on 23 Jan 2012 at 11:51
Thanks Torsten,
It worked for me.
I have one more doubt refreshInterval takes final value. Is there any way as I
want to read interval value from properties file. Currently I am doing this by
custom implementation of 'createEntry' in 'CacheEntryFactory'
Shitalkumar
Original comment by pati...@gmail.com
on 18 Feb 2012 at 2:48
Original issue reported on code.google.com by
pati...@gmail.com
on 29 Nov 2011 at 11:16