| | 252 | =head1 VARIOUS MEMCACHED MODULES |
| | 253 | |
| | 254 | =head2 Cache::Memcached |
| | 255 | |
| | 256 | This is the "main" module. It's mostly written in Perl. |
| | 257 | |
| | 258 | =head2 Cache::Memcached::LibMemcached |
| | 259 | |
| | 260 | Cache::Memcached::LibMemcached, which is the module for which your reading |
| | 261 | the document of, is a perl binding for libmemcached (http://tangent.org/552/libmemcached.html). Not to be confused with libmemcache (see below). |
| | 262 | |
| | 263 | =head2 Cache::Memcached::XS |
| | 264 | |
| | 265 | Cache::Memcached::XS is a binding for libmemcache (http://people.freebsd.org/~seanc/libmemcache/). |
| | 266 | The main memcached site at http://danga.com/memcached/apis.bml seems to |
| | 267 | indicate that the underlying libmemcache is no longer in active development. |
| | 268 | |
| | 269 | =head2 Cache::Memcached::Fast |
| | 270 | |
| | 271 | Cache::Memcached::Fast is a memcached client written in XS from scratch. |
| | 272 | |