You are here

10 calls to dmemcache_key() in Memcache API and Integration 6

dmemcache_add in ./dmemcache.inc
Add an item into memcache
dmemcache_delete in ./dmemcache.inc
Deletes an item from the cache.
dmemcache_get in ./dmemcache.inc
Retrieve a value from the cache.
dmemcache_get_multi in ./dmemcache.inc
Retrieve multiple values from the cache.
dmemcache_set in ./dmemcache.inc
Place an item into memcache
memcache_test_lock_acquire in tests/memcache_test.module
Try to acquire a named lock and report the outcome.
memcache_test_lock_exit in tests/memcache_test.module
Try to acquire a specific lock, and then exit.
memcache_wildcards in ./memcache.inc
Utilize multiget to retrieve all possible wildcard matches, storing statically so multiple cache requests for the same item on the same page load doesn't add overhead.
_dmemcache_key_piece in ./dmemcache.inc
Generates a key name for a multi-part data piece based on the sequence ID.
_dmemcache_set_pieces in ./dmemcache.inc
Split a large item into pieces and place them into memcache