spring-framework / org.springframework.cache.annotation / CachePut / cacheNames

cacheNames

@AliasFor("value") val cacheNames: Array<String>

Names of the caches to use for the cache put operation.

Names may be used to determine the target cache (or caches), matching the qualifier value or bean name of a specific bean definition.

Since
4.2

See Also
#valueCacheConfig#cacheNames