          MODULE=memcached
         VERSION=1.6.41
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=https://www.memcached.org/files/
      SOURCE_VFY=sha256:e097073c156eeff9e12655b054f446d57374cfba5c132dcdbe7fac64e728286a
        WEB_SITE=https://memcached.org/
         ENTERED=20060904
         UPDATED=20260316
           SHORT="Distributed memory object caching system"

cat << EOF
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. It uses libevent to scale to any number of open
connections (using epoll on Linux, if available at runtime), uses non-blocking
network I/O, refcounts internal objects (so objects can be in multiple states
to multiple clients), and uses its own slab allocator and hash table so virtual
memory never gets externally fragmented and allocations are guaranteed O(1).
EOF
