2007-12-17 12:44:37 +01:00
|
|
|
Cache::Memchached::Fast is a Perl client for memcached, a memory cache
|
|
|
|
daemon. Module core is implemented in C and tries hard to minimize
|
|
|
|
number of system calls and to avoid any key/value copying for speed.
|
|
|
|
As a result, it has very low CPU consumption.
|
|
|
|
|
2018-05-27 22:15:16 +02:00
|
|
|
WWW: https://metacpan.org/release/Cache-Memcached-Fast
|