We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8784af commit 3b0f4f1Copy full SHA for 3b0f4f1
src/main/java/redis/clients/jedis/csc/ClientSideCache.java
@@ -13,8 +13,8 @@
13
14
/**
15
* The class to manage the client-side caching. User can provide any of implementation of this class to the client
16
- * object; e.g. {@link redis.clients.jedis.csc.util.CaffeineCSC CaffeineCSC} or
17
- * {@link redis.clients.jedis.csc.util.GuavaCSC GuavaCSC} or a custom implementation of their own.
+ * object; e.g. {@link redis.clients.jedis.csc.CaffeineCSC CaffeineCSC} or
+ * {@link redis.clients.jedis.csc.GuavaCSC GuavaCSC} or a custom implementation of their own.
18
*/
19
public abstract class ClientSideCache {
20
0 commit comments