caching - Memcached - How to prevent an item from being removed -


i'm using beitmemcached client in application. there way of preventing cached value being removed when cache grows large? got values cached have stay in cache no matter what. possible?

thanks in advance!

no, memcached not work way. not data store. redis , couchbase 2 products persistent storage memcached (like) interface.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

java - where to store the user credentials in an enterprise application(EAI)? -

openxml - Programmatically format a date in an excel sheet using Office Open Xml SDK -