You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The Redis driver configured with RedisCache through RedisCacheWriter does not support CompletableFuture-based retrieval";
65
+
staticfinalStringCACHE_RETRIEVAL_UNSUPPORTED_OPERATION_EXCEPTION_MESSAGE = "The Redis driver configured with RedisCache through RedisCacheWriter does not support CompletableFuture-based retrieval";
67
66
68
67
privatefinalLocklock = newReentrantLock();
69
68
@@ -74,16 +73,16 @@ public class RedisCache extends AbstractValueAdaptingCache {
74
73
privatefinalStringname;
75
74
76
75
/**
77
-
* Create a new {@link RedisCache} with the given {@link String name} and {@link RedisCacheConfiguration},
78
-
* using the {@link RedisCacheWriter} to execute Redis commands supporting the cache operations.
76
+
* Create a new {@link RedisCache} with the given {@link String name} and {@link RedisCacheConfiguration}, using the
77
+
* {@link RedisCacheWriter} to execute Redis commands supporting the cache operations.
79
78
*
80
79
* @param name {@link String name} for this {@link Cache}; must not be {@literal null}.
81
-
* @param cacheWriter {@link RedisCacheWriter} used to perform {@link RedisCache} operations
82
-
* by executing the necessary Redis commands; must not be {@literal null}.
83
-
* @param cacheConfiguration {@link RedisCacheConfiguration} applied to this {@link RedisCache} on creation;
84
-
* must not be {@literal null}.
80
+
* @param cacheWriter {@link RedisCacheWriter} used to perform {@link RedisCache} operations by executing the
81
+
* necessary Redis commands; must not be {@literal null}.
82
+
* @param cacheConfiguration {@link RedisCacheConfiguration} applied to this {@link RedisCache} on creation; must not
83
+
* be {@literal null}.
85
84
* @throws IllegalArgumentException if either the given {@link RedisCacheWriter} or {@link RedisCacheConfiguration}
86
-
* are {@literal null} or the given {@link String} name for this {@link RedisCache} is {@literal null}.
85
+
* are {@literal null} or the given {@link String} name for this {@link RedisCache} is {@literal null}.
0 commit comments