-
Sep 25th, 2012, 02:13 PM
#1
Need to extend Declarative Spring based cache
Hi
I am using Spring Declarative Annotation based caching in my project .
Entry in applicationContenxt.xml :
<cache:annotation-driven />
Currently everything works perfectly using spring annotation based caching.
We use ehCache and ConcurrentHashMap based underline caching mechanism in development and local environment.
Now there is a requirement in project where I need to update the behavior of Spring cache framework with some specific business requirement.
I wonder if any one help me to figure it out how can I replace
<cache:annotation-driven /> this annotation with any spring class definition where I can custom the behavior?
Spring framework version : 3.1
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules