memcache.functiond

Undocumented in source.

Public Imports

memcache
public import memcache;
Undocumented in source.

Members

Functions

libmemcached_check_configuration
memcached_return_t libmemcached_check_configuration(char* option_string, size_t length, char* error_buffer, size_t error_buffer_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libmemcached_string_behavior
char* libmemcached_string_behavior(memcached_behavior_t flag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libmemcached_string_distribution
char* libmemcached_string_distribution(memcached_server_distribution_t flag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
libmemcached_string_hash
char* libmemcached_string_hash(memcached_hash_t type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_analyze
memcached_analysis_st* memcached_analyze(memcached_st* memc, memcached_stat_st* memc_stat, memcached_return_t* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_analyze_free
void memcached_analyze_free(memcached_analysis_st* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_autoeject
void memcached_autoeject(memcached_st* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_behavior_get
ulong memcached_behavior_get(memcached_st* ptr, memcached_behavior_t flag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_behavior_get_distribution
memcached_server_distribution_t memcached_behavior_get_distribution(memcached_st* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_behavior_get_distribution_hash
memcached_hash_t memcached_behavior_get_distribution_hash(memcached_st* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_behavior_get_key_hash
memcached_hash_t memcached_behavior_get_key_hash(memcached_st* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_behavior_set
memcached_return_t memcached_behavior_set(memcached_st* ptr, memcached_behavior_t flag, ulong data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_behavior_set_distribution
memcached_return_t memcached_behavior_set_distribution(memcached_st* ptr, memcached_server_distribution_t type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_behavior_set_distribution_hash
memcached_return_t memcached_behavior_set_distribution_hash(memcached_st* ptr, memcached_hash_t type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_behavior_set_key_hash
memcached_return_t memcached_behavior_set_key_hash(memcached_st* ptr, memcached_hash_t type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_bucket_set
memcached_return_t memcached_bucket_set(memcached_st* self, uint* host_map, uint* forward_map, uint buckets, uint replicas)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_callback_get
void* memcached_callback_get(memcached_st* ptr, memcached_callback_t flag, memcached_return_t* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_callback_set
memcached_return_t memcached_callback_set(memcached_st* ptr, memcached_callback_t flag, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_decrement
memcached_return_t memcached_decrement(memcached_st* ptr, char* key, size_t key_length, uint offset, ulong* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_decrement_by_key
memcached_return_t memcached_decrement_by_key(memcached_st* ptr, char* group_key, size_t group_key_length, char* key, size_t key_length, ulong offset, ulong* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_decrement_with_initial
memcached_return_t memcached_decrement_with_initial(memcached_st* ptr, char* key, size_t key_length, ulong offset, ulong initial, time_t expiration, ulong* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_decrement_with_initial_by_key
memcached_return_t memcached_decrement_with_initial_by_key(memcached_st* ptr, char* group_key, size_t group_key_length, char* key, size_t key_length, ulong offset, ulong initial, time_t expiration, ulong* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_delete
memcached_return_t memcached_delete(memcached_st* ptr, char* key, size_t key_length, time_t expiration)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_delete_by_key
memcached_return_t memcached_delete_by_key(memcached_st* ptr, char* group_key, size_t group_key_length, char* key, size_t key_length, time_t expiration)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_destroy_sasl_auth_data
memcached_return_t memcached_destroy_sasl_auth_data(memcached_st* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_dump
memcached_return_t memcached_dump(memcached_st* ptr, memcached_dump_fn* cfunction, void* context, uint number_of_callbacks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_error
char* memcached_error(memcached_st* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_error_print
void memcached_error_print(memcached_st* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_exist
memcached_return_t memcached_exist(memcached_st* memc, char* key, size_t key_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_exist_by_key
memcached_return_t memcached_exist_by_key(memcached_st* memc, char* group_key, size_t group_key_length, char* key, size_t key_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_fetch
char* memcached_fetch(memcached_st* ptr, char* key, size_t* key_length, size_t* value_length, uint* flags, memcached_return_t* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_fetch_execute
memcached_return_t memcached_fetch_execute(memcached_st* ptr, memcached_execute_fn* callback, void* context, uint number_of_callbacks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_fetch_result
memcached_result_st* memcached_fetch_result(memcached_st* ptr, memcached_result_st* result, memcached_return_t* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_flush
memcached_return_t memcached_flush(memcached_st* ptr, time_t expiration)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_flush_buffers
memcached_return_t memcached_flush_buffers(memcached_st* mem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_generate_hash
uint memcached_generate_hash(memcached_st* ptr, char* key, size_t key_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_generate_hash_value
uint memcached_generate_hash_value(char* key, size_t key_length, memcached_hash_t hash_algorithm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_get
char* memcached_get(memcached_st* ptr, char* key, size_t key_length, size_t* value_length, uint* flags, memcached_return_t* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_get_by_key
char* memcached_get_by_key(memcached_st* ptr, char* group_key, size_t group_key_length, char* key, size_t key_length, size_t* value_length, uint* flags, memcached_return_t* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_get_hashkit
hashkit_st* memcached_get_hashkit(memcached_st* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_get_memory_allocators
void memcached_get_memory_allocators(memcached_st* ptr, memcached_malloc_fn* mem_malloc, memcached_free_fn* mem_free, memcached_realloc_fn* mem_realloc, memcached_calloc_fn* mem_calloc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_get_memory_allocators_context
void* memcached_get_memory_allocators_context(memcached_st* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_get_sasl_callbacks
sasl_callback_t* memcached_get_sasl_callbacks(memcached_st* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_increment
memcached_return_t memcached_increment(memcached_st* ptr, char* key, size_t key_length, uint offset, ulong* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_increment_by_key
memcached_return_t memcached_increment_by_key(memcached_st* ptr, char* group_key, size_t group_key_length, char* key, size_t key_length, ulong offset, ulong* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_increment_with_initial
memcached_return_t memcached_increment_with_initial(memcached_st* ptr, char* key, size_t key_length, ulong offset, ulong initial, time_t expiration, ulong* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_increment_with_initial_by_key
memcached_return_t memcached_increment_with_initial_by_key(memcached_st* ptr, char* group_key, size_t group_key_length, char* key, size_t key_length, ulong offset, ulong initial, time_t expiration, ulong* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_last_error
memcached_return_t memcached_last_error(memcached_st* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_last_error_errno
int memcached_last_error_errno(memcached_st* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_last_error_message
char* memcached_last_error_message(memcached_st* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_mget
memcached_return_t memcached_mget(memcached_st* ptr, char** keys, size_t* key_length, size_t number_of_keys)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_mget_by_key
memcached_return_t memcached_mget_by_key(memcached_st* ptr, char* group_key, size_t group_key_length, char** keys, size_t* key_length, size_t number_of_keys)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_mget_execute
memcached_return_t memcached_mget_execute(memcached_st* ptr, char** keys, size_t* key_length, size_t number_of_keys, memcached_execute_fn* callback, void* context, uint number_of_callbacks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_mget_execute_by_key
memcached_return_t memcached_mget_execute_by_key(memcached_st* ptr, char* group_key, size_t group_key_length, char** keys, size_t* key_length, size_t number_of_keys, memcached_execute_fn* callback, void* context, uint number_of_callbacks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_quit
void memcached_quit(memcached_st* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_result_cas
ulong memcached_result_cas(memcached_result_st* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_result_create
memcached_result_st* memcached_result_create(memcached_st* ptr, memcached_result_st* result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_result_flags
uint memcached_result_flags(memcached_result_st* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_result_free
void memcached_result_free(memcached_result_st* result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_result_key_length
size_t memcached_result_key_length(memcached_result_st* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_result_key_value
char* memcached_result_key_value(memcached_result_st* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_result_length
size_t memcached_result_length(memcached_result_st* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_result_reset
void memcached_result_reset(memcached_result_st* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_result_set_expiration
void memcached_result_set_expiration(memcached_result_st* self, time_t expiration)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_result_set_flags
void memcached_result_set_flags(memcached_result_st* self, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_result_set_value
memcached_return_t memcached_result_set_value(memcached_result_st* ptr, char* value, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_result_take_value
char* memcached_result_take_value(memcached_result_st* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_result_value
char* memcached_result_value(memcached_result_st* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_server_error
char* memcached_server_error(memcached_instance_st* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_server_error_return
memcached_return_t memcached_server_error_return(memcached_instance_st* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_servers_parse
memcached_server_list_st memcached_servers_parse(char* server_strings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_set_encoding_key
memcached_return_t memcached_set_encoding_key(memcached_st* , char* str, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_set_hashkit
memcached_return_t memcached_set_hashkit(memcached_st* ptr, hashkit_st* hashk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_set_memory_allocators
memcached_return_t memcached_set_memory_allocators(memcached_st* ptr, memcached_malloc_fn mem_malloc, memcached_free_fn mem_free, memcached_realloc_fn mem_realloc, memcached_calloc_fn mem_calloc, void* context)

Memory allocation functions.

memcached_set_sasl_auth_data
memcached_return_t memcached_set_sasl_auth_data(memcached_st* ptr, char* username, char* password)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_set_sasl_callbacks
void memcached_set_sasl_callbacks(memcached_st* ptr, sasl_callback_t* callbacks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_touch
memcached_return_t memcached_touch(memcached_st* ptr, char* key, size_t key_length, time_t expiration)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_touch_by_key
memcached_return_t memcached_touch_by_key(memcached_st* ptr, char* group_key, size_t group_key_length, char* key, size_t key_length, time_t expiration)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta