constant BOOST_ROOT_CACHE_DIR in Boost 6
Same name and namespace in other branches
- 7 boost.module \BOOST_ROOT_CACHE_DIR
12 uses of BOOST_ROOT_CACHE_DIR
- boost_admin_boost_performance_page in ./
boost.admin.inc - Form builder; Displays Boost's configuration page.
- boost_admin_generate_htaccess in ./
boost.admin.inc - Generate htaccess code.
- boost_cache_directory in ./
boost.module - Returns the full directory path to the static file cache directory.
- boost_cache_kill in ./
boost.module - Deletes cached page from file system.
- boost_drush_cache_reset in ./
boost.drush.inc - Clears Boost's database and file cache.
File
- ./
boost.module, line 43 - Provides static file caching for Drupal text output. Pages, Feeds, ect...
Code
define('BOOST_ROOT_CACHE_DIR', variable_get('boost_root_cache_dir', 'cache'));