You are here

8 calls to dmemcache_key() in Memcache API and Integration 7

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.
MemCacheStatisticsTestCase::testBootstrapStatistics in tests/memcache.test
Checks for early bootstrap statistics.
_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