Description
Perl applications can connect to memcached servers to read and write cached values. This is useful for web applications, background jobs, and services that need faster access to temporary or frequently used data.
It is a client library, not the memcached server itself. Applications using it should avoid putting sensitive data in caches unless access, expiry, and network exposure are controlled.