EVCache icon indicating copy to clipboard operation
EVCache copied to clipboard

Asynchronous Gets

Open bruuuuuuuce opened this issue 4 years ago • 0 comments

Hello! I was looking at the evcache-client to use as a memcached client. When playing around with it, I noticed that there is an asynchronous get method, but that its deprecated. I see that there are set methods that return futures, but the get does not. I was wondering, using this library, is it still possible to perform get operations asynchronously (without using the deprecated method), and if so, what is the recommended way to do that? Thanks!

bruuuuuuuce avatar Jul 14 '21 22:07 bruuuuuuuce