You are here

constant BOOST_ROOT_CACHE_DIR in Boost 7

Same name and namespace in other branches
  1. 6 boost.module \BOOST_ROOT_CACHE_DIR

Default value for the root cache dir.

5 uses of BOOST_ROOT_CACHE_DIR
boost_admin_filesystem_settings in ./boost.admin.filesystem.inc
Form builder; Configure boost settings.
boost_admin_htaccess_generate_htaccess in ./boost.admin.htaccess.inc
Generate htaccess code.
boost_admin_htaccess_settings in ./boost.admin.htaccess.inc
Form builder; Configure boost settings.
boost_get_normal_cache_dir in ./boost.module
Returns the relative normal cache dir. cache/normal.
boost_in_cache_dir in ./boost.module
Verify that the operation is going to operate in the cache dir.

File

./boost.module, line 31
Caches generated output as a static file to be served directly from the webserver.

Code

define('BOOST_ROOT_CACHE_DIR', 'cache');