Description
Lets Python applications store and retrieve cached values from memcached servers. It helps web services and tools reduce repeated work by keeping temporary data in a fast network cache.
Cache contents may include private data if applications store it there. Use trusted networks, appropriate expiration, and avoid putting secrets in memcached.