You are here

constant BOOST_FLUSH_ALL_MULTISITE in Boost 6

7 uses of BOOST_FLUSH_ALL_MULTISITE
boost_admin_boost_performance_page in ./boost.admin.inc
Form builder; Displays Boost's configuration page.
boost_cache_clear_all_db in ./boost.module
Resets all entries in database.
boost_cache_expire_all_db in ./boost.module
Flushes all expired pages via database lookup.
boost_cache_get_node_relationships in ./boost.module
Creates a parent child relationship for pages like views.
boost_get_settings_db in ./boost.module
Gets boost settings from cache settings database.

... See full list

File

./boost.module, line 65
Provides static file caching for Drupal text output. Pages, Feeds, ect...

Code

define('BOOST_FLUSH_ALL_MULTISITE', variable_get('boost_flush_all_multisite', TRUE));