9 calls to dmemcache_delete() in Memcache API and Integration 6
- cache_clear_all in ./
memcache.db.inc - Expire data from the cache. If called without arguments, expirable entries will be cleared from the cache_page table.
- cache_clear_all in ./
memcache.inc - Expire data from the cache. If called without arguments, expirable entries will be cleared from the cache_page and cache_block tables.
- cache_get in ./
memcache.inc - Return data from the persistent cache.
- lock_release in ./
memcache-lock-code.inc - Release a lock previously acquired by lock_acquire().
- lock_release_all in ./
memcache-lock-code.inc - Release all locks acquired by this request.
- MemCacheClearCase::clearWildcardPrefixTest in tests/
memcache.test - Test cache clears using wildcard prefixes.
- sess_destroy_sid in ./
memcache-session.inc - Called by PHP session handling with the PHP session ID to end a user's session.
- sess_destroy_uid in ./
memcache-session.inc - End a specific user's session.
- sess_regenerate in ./
memcache-session.inc