Sha256: e2203c543e70ef59311602c2a3972e631b552603ae6f7edbc2457ab8285d5336
Contents?: true
Size: 520 Bytes
Versions: 9
Compression:
Stored size: 520 Bytes
Contents
#ifndef __MEMCACHED_EXIST_H__ #define __MEMCACHED_EXIST_H__ #ifdef __cplusplus extern "C" { #endif LIBMEMCACHED_API memcached_return memcached_exist(memcached_st *memc, const char *key, size_t key_length); LIBMEMCACHED_API memcached_return memcached_exist_by_key(memcached_st *memc, const char *group_key, size_t group_key_length, const char *key, size_t key_length); #ifdef __cplusplus } #endif #endif /* __MEMCACHED_EXIST_H__ */
Version data entries
9 entries across 9 versions & 3 rubygems