NAME
Couchbase::Client::Compat - Cache::Memcached::-compatible interface
DESCRIPTION
This subclasses and wraps Couchbase::Client to provide backwards-compatibility with older code using Cache::Memcached or Cache::Memcached::Fast. See either of those pages for documentation of the methods supported.
SUPPORTED METHODS
- get, get_multi
- gets, gets_multi
- set, set_multi
- cas, cas_multi
- add, add_multi
- replace, replace_multi
- append, append_multi
- prepend, prepend_multi
- incr, incr_multi
- decr, decr_multi
- delete, remove, delete_multi, remove_multi
SEE ALSO
Cache::Memcached::libmemcached
AUTHOR & COPYRIGHT
Copyright (C) 2012 M. Nunberg
You may use and distribute this software under the same terms, licensing, and conditions as perl itself.