php8.5
Home/ Manual/ reference / memcached/ Memcached

Memcached

memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.

Intro

memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.

This extension uses the libmemcached library to provide an API for communicating with memcached servers. It also provides a session handler (memcached).

Information about libmemcached can be found at Libmemcached.

Setup Constants Expiration Callbacks Sessions Memcached Memcachedexception

Source: reference/memcached/book.xml · from the official PHP manual (php/doc-en)