Skip to content

Commit 88ba88b

Browse files
committed
code comment.
1 parent 7629136 commit 88ba88b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Bootstrap.php

+2
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ public function __construct(array $values = array())
8282
// We do not mess with cookie or session settings in Drupal at all.
8383
});
8484

85+
// DRUPAL_BOOTSTRAP_PAGE_CACHE only loads the cache handler.
86+
8587
$this[DRUPAL_BOOTSTRAP_PAGE_CACHE] = $this->share(function () {
8688
// Allow specifying special cache handlers in settings.php, like
8789
// using memcached or files for storing cache information.

0 commit comments

Comments
 (0)