We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826a00a commit 7d0ebddCopy full SHA for 7d0ebdd
spring-context-support/src/main/java/org/springframework/cache/caffeine/CaffeineCache.java
@@ -22,6 +22,7 @@
22
import com.github.benmanes.caffeine.cache.LoadingCache;
23
24
import org.springframework.cache.support.AbstractValueAdaptingCache;
25
+import org.springframework.lang.UsesJava8;
26
import org.springframework.util.Assert;
27
28
/**
@@ -35,6 +36,7 @@
35
36
* @author Stephane Nicoll
37
* @since 4.3
38
*/
39
+@UsesJava8
40
public class CaffeineCache extends AbstractValueAdaptingCache {
41
42
private final String name;
0 commit comments