Results 1 to 3 of 3

Thread: Select cache by annotation

  1. #1

    Default Select cache by annotation

    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

  2. #2

    Default

    can you give us an example about how to use query cache?

  3. #3

    Default

    To use cache just tag method with @Cacheable.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •