constant BOOST_CACHE_LIFETIME in Boost 6
7 uses of BOOST_CACHE_LIFETIME
- boost_admin_boost_performance_page in ./
boost.admin.inc - Form builder; Displays Boost's configuration page.
- boost_block_db_settings_form in ./
boost.module - boost_cache_set in ./
boost.module - Replaces/Sets the cached contents of the specified page, if stale.
- boost_db_get_cache_age in ./
boost.module - boost_file_get_ttl in ./
boost.module - Returns the remaining time-to-live for a cached file, measured in seconds.
File
- ./
boost.module, line 26 - Provides static file caching for Drupal text output. Pages, Feeds, ect...
Code
define('BOOST_CACHE_LIFETIME', variable_get('boost_cache_lifetime', 3600));