constant MEMCACHE_WILDCARD_INVALIDATE in Memcache API and Integration 6
Same name and namespace in other branches
- 7 memcache.inc \MEMCACHE_WILDCARD_INVALIDATE
Defines the period after which wildcard clears are not considered valid.
2 uses of MEMCACHE_WILDCARD_INVALIDATE
- cache_get in ./
memcache.inc - Return data from the persistent cache.
- memcache_wildcards in ./
memcache.inc - Utilize multiget to retrieve all possible wildcard matches, storing statically so multiple cache requests for the same item on the same page load doesn't add overhead.
File
- ./
memcache.inc, line 11
Code
define('MEMCACHE_WILDCARD_INVALIDATE', 86400 * 28);