I am using memcached
, and use Java spymemcache
to connect to it.
My question is:
Does MemcachedClient
has a built-in connection pool?
Can I reuse instance of the class for concurrent operation on memcached, or I need to create a new instance each time I need it?