Sha256: 7019f2125aee7701c9d174d7e7f412567f5f6d5923448e9dcd2a28ac8d87011a
Contents?: true
Size: 519 Bytes
Versions: 8
Compression:
Stored size: 519 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
8 entries across 7 versions & 2 rubygems