javadocs update

pull/6222/head
Nikita Koksharov 4 months ago
parent 8f365d3f08
commit e3b24753c3

@ -1929,6 +1929,8 @@ public interface RedissonClient {
/**
* Returns client side caching facade interface with the specified <code>options</code>.
* <p>
* Requires <b>Redis 5.0.0 and higher.</b>
* <p>
* <strong>
* NOTE: client side caching feature invalidates whole Map per entry change which is ineffective.
* Use local cached <a href="https://redisson.org/docs/data-and-services/collections/#eviction-local-cache-and-data-partitioning">Map</a>, <a href="https://redisson.org/docs/data-and-services/collections/#local-cache">JSON Store</a> instead.

Loading…
Cancel
Save