7 calls to cache_clear_all() in Memcache API and Integration 6
- filter_user in ./
memcache-session.inc - Implement hook_user() using a required module's namespace since memcache is not a module and thus can't implement hooks directly.
- MemCacheClearCase::clearCidTest in tests/
memcache.test - Test clearing using a cid.
- MemCacheClearCase::clearWildcardPrefixTest in tests/
memcache.test - Test cache clears using wildcard prefixes.
- MemCacheClearCase::testClearCacheLifetime in tests/
memcache.test - Test full bin flushes with cache lifetime.
- MemCacheClearCase::testClearWildcardFull in tests/
memcache.test - Test full bin flushes with no cache lifetime.
- MemcacheTestCase::generalWipe in tests/
memcache.test - Perform the general wipe.
- memcache_requirements in ./
memcache.install - Implements hook_requirements().