cacheManagers - such as ehcache or infinispan can use several caches and each cache can be configured with different settings.
I cant find what @Annotation is needed to select cache which will be used by method annotated by @Cacheable
cacheManagers - such as ehcache or infinispan can use several caches and each cache can be configured with different settings.
I cant find what @Annotation is needed to select cache which will be used by method annotated by @Cacheable
can you give us an example about how to use query cache?
To use cache just tag method with @Cacheable.