1
Memcache và bộ đệm biểu mẫu - cơ sở dữ liệu specfiying cho bộ đệm biểu mẫu có còn cần thiết không?
Trong Drupal 7, một thiết lập điển hình cho Memcache API và Integration là thêm phần này vào settings.php của bạn: $conf['cache_backends'][] = 'sites/all/modules/memcache/memcache.inc'; $conf['lock_inc'] = 'sites/all/modules/memcache/memcache-lock.inc'; $conf['memcache_stampede_protection'] = TRUE; $conf['cache_default_class'] = 'MemCacheDrupal'; // The 'cache_form' bin must be assigned to non-volatile storage. $conf['cache_class_cache_form'] = 'DrupalDatabaseCache'; // Don't bootstrap the …