geekyhacker.com
How to use Spring Boot Cacheable on self-invocation
Spring Boot has a handful of caching annotations that make working with caching easier. However, these annotations have limitations and do not cater to all cases. For instance, the @Cacheable annot…