constant BOOST_NO_DATABASE in Boost 6
9 uses of BOOST_NO_DATABASE
- boost_admin_boost_performance_page in ./
boost.admin.inc - Form builder; Displays Boost's configuration page.
- boost_block in ./
boost.module - Implementation of hook_block().
- boost_cache_expire_all in ./
boost.module - Flushes all expired pages from cache.
- boost_cache_expire_derivative in ./
boost.module - Finds all possible paths/redirects/aliases given the root path.
- boost_cache_set in ./
boost.module - Replaces/Sets the cached contents of the specified page, if stale.
File
- ./
boost.module, line 92 - Provides static file caching for Drupal text output. Pages, Feeds, ect...
Code
define('BOOST_NO_DATABASE', variable_get('boost_no_database', FALSE));