You are here

6 calls to dmemcache_object() in Memcache API and Integration 5.2

dmemcache_delete in ./dmemcache.inc
Deletes an item from the cache.
dmemcache_flush in ./dmemcache.inc
Immediately invalidates all existing items. dmemcache_flush doesn't actually free any resources, it only marks all the items as expired, so occupied memory will be overwritten by new items.
dmemcache_get in ./dmemcache.inc
Retrieve a value from the cache.
dmemcache_set in ./dmemcache.inc
Place an item into memcache
dmemcache_stats in ./dmemcache.inc
memcachetests.php in ./memcachetests.php