Memcache.fetch

Undocumented in source. Be warned that the author may not have intended to support it.
  1. memcached_return_t fetch(string key, byte[] ret_val, uint flags, ulong cas_value)
  2. memcached_return_t fetch(string key, byte[] ret_val)
    class Memcache
    memcached_return_t
    fetch
    (
    string key
    ,
    out byte[] ret_val
    )

Meta