Description
PHP applications can connect to memcached servers through libmemcached for distributed caching. This is useful for sessions, computed values, high-traffic sites, and application state that benefits from fast temporary storage.
It is a PHP cache extension. Memcached access should be restricted, and applications should avoid storing secrets or relying on cache as the only copy of important data.