All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.cache.jcache.config.package-info Maven / Gradle / Ivy

There is a newer version: 6.1.6
Show newest version
/**
 * Support package for declarative JSR-107 caching configuration. Used
 * by the regular Spring's caching configuration when it detects the
 * JSR-107 API and Spring's JCache implementation.
 *
 * 

Provide an extension of the {@code CachingConfigurer} that exposes * the exception cache resolver to use, see {@code JCacheConfigurer}. */ @NonNullApi @NonNullFields package org.springframework.cache.jcache.config; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy