-
I am trying to use the BucketListner using AbstractProxyManager, but didn't find a way through builder. ANy help would be great! |
Beta Was this translation helpful? Give feedback.
-
Currently you should use toListenable method. bucket = bucket.toListenable(listener); |
Beta Was this translation helpful? Give feedback.
-
like this: BucketProxy bucketProxy = caffeneProxyManager.builder().build(keyId, bucketConfig).toListenable(listener);
Listener is not persisted inside cache, Invocation of |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot @vladimir-bukhtoyarov ! I will wait for builder approach where we can register listener while creating proxy from configuration and key. |
Beta Was this translation helpful? Give feedback.
Currently you should use toListenable method.