Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is @cacheable supported in spring 2.5 with ehcache 2.4.7 #99

Open
GoogleCodeExporter opened this issue Mar 30, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.Create cache with 
@Cacheable(cacheName="somecache",decoratedCacheType=DecoratedCacheType.REFRESHIN
G_SELF_POPULATING_CACHE,refreshInterval=360) above a method
2.cache is created on first call with postconstruct
3.Cache never refresh after 360 seconds


What is the expected output? What do you see instead?

cache is returned as null

What version of the product are you using? On what operating system?

spring 2.5 and ehcache 2.4.7 and spring-annotation 1.2.0 on windows and solaris

Please provide any additional information below

Is spring-annotation 1.2.0 is supported for only spring 3.0 and above versions? 
I want to use cacheable annotation auto refresh feature with spring 2.5. Please 
let me know the steps and jars download  that has to be done.

Original issue reported on code.google.com by [email protected] on 11 Jul 2012 at 2:24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant