Why @Cachable works on not public method in Spring Boot 3.0
I’m using Spring Boot 3.x, and the @Cacheable
annotation is working on methods that are not public. This is strange because the documentation clearly states:
I’m using Spring Boot 3.x, and the @Cacheable
annotation is working on methods that are not public. This is strange because the documentation clearly states: