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