Alternative Approach for Getting RLocalCachedMap in Recent Redisson Versions #6504
Unanswered
anilkumarkotha99
asked this question in
Q&A
Replies: 1 comment
-
|
Use this public <K, V> RLocalCachedMap<K, V> getLocalCachedMap(org.redisson.api.options.LocalCachedMapOptions<K, V> options)getRedissonClient().getLocalCachedMap(LocalCachedMapOptions.name(key).evictionPolicy(LocalCachedMapOptions.EvictionPolicy.LRU))); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I noticed that in the recent versions of Redisson, the following methods for obtaining an RLocalCachedMap have been marked as deprecated: 8000
Could anyone suggest an alternative approach to achieve the same functionality for creating a local cached map? Any insights or recommendations would be greatly appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions