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
- gets
- set
- cas
- add
- replace
- append
- prepend
- incr
- decr
- delete
- remove
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.