35096 made me aware of the fact that @CacheConfig
does not have a value
attribute alias for cacheNames
, even though the rest of the cache-related annotations (such as @Cacheable
, @CachePut
, etc.) do have a value
/ cacheNames
alias pair.
Thus, we should introduce a value
alias for cacheNames
in @CacheConfig
as well.