We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7629136 commit 88ba88bCopy full SHA for 88ba88b
Bootstrap.php
@@ -82,6 +82,8 @@ public function __construct(array $values = array())
82
// We do not mess with cookie or session settings in Drupal at all.
83
});
84
85
+ // DRUPAL_BOOTSTRAP_PAGE_CACHE only loads the cache handler.
86
+
87
$this[DRUPAL_BOOTSTRAP_PAGE_CACHE] = $this->share(function () {
88
// Allow specifying special cache handlers in settings.php, like
89
// using memcached or files for storing cache information.
0 commit comments