Annotations and supporting classes for declarative cache management. Hooked into Spring's cache interception infrastructure via CacheOperationSource
. /**
* Annotations and supporting classes for declarative cache management.
* Hooked into Spring's cache interception infrastructure via
* {@link org.springframework.cache.interceptor.CacheOperationSource}.
*/
@NonNullApi
@NonNullFields
package org.springframework.cache.annotation;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;