constant MEMCACHE_CONTENT_FLUSH in Memcache API and Integration 6
Define a unique string for registering content flushes.
This must not be confused with wildcard flushes or actual cids, so needs to be relatively unique.
1 use of MEMCACHE_CONTENT_FLUSH
- 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.
File
- ./
memcache.inc, line 19
Code
define('MEMCACHE_CONTENT_FLUSH', 'MEMCACHE_CONTENT_FLUSH');