constant BOOST_CACHE_QUERY in Boost 6
2 uses of BOOST_CACHE_QUERY
- boost_admin_boost_performance_page in ./
boost.admin.inc - Form builder; Displays Boost's configuration page.
- boost_is_cacheable in ./
boost.module - Determines whether a given url can be cached or not by boost.
File
- ./
boost.module, line 29 - Provides static file caching for Drupal text output. Pages, Feeds, ect...
Code
define('BOOST_CACHE_QUERY', variable_get('boost_cache_query', TRUE));