@Cacheable javadoc states:
Note that Java8's Optional return types are automatically handled and its content is stored in the cache if present. (...)
This seems to suggest only present optionals are cached, that's not true. English isn't my first lang, so please forgive if I misunderstood, I guess "if present" may refer to the cache.
spring-context v5.3.1
@Cacheablejavadoc states:This seems to suggest only present optionals are cached, that's not true. English isn't my first lang, so please forgive if I misunderstood, I guess "if present" may refer to the cache.
spring-context v5.3.1