You are here

constant MEMCACHE_WILDCARD_INVALIDATE in Memcache API and Integration 7

Same name and namespace in other branches
  1. 6 memcache.inc \MEMCACHE_WILDCARD_INVALIDATE

Defines the period after which wildcard clears are not considered valid.

1 use of MEMCACHE_WILDCARD_INVALIDATE
MemCacheDrupal::reloadVariables in ./memcache.inc
Helper function to reload variables.

File

./memcache.inc, line 13

Code

define('MEMCACHE_WILDCARD_INVALIDATE', 86400 * 28);