24 uses of BOOST_VERBOSE in Boost 6
- boost_admin_boost_performance_page in ./
boost.admin.inc - Form builder; Displays Boost's configuration page.
- boost_block_db_rm_settings_form_submit in ./
boost.module - Removes page specific settings in the boost cache database.
- boost_block_db_settings_form_submit in ./
boost.module - Sets page specific settings in the boost cache database.
- boost_block_form_flush_submit in ./
boost.module - boost_cache_clear_all in ./
boost.module - Deletes all files currently in the cache.
- boost_cache_directory in ./
boost.module - Returns the full directory path to the static file cache directory.
- boost_cache_expire_all_db in ./
boost.module - Flushes all expired pages via database lookup.
- boost_cache_expire_router in ./
boost.module - Expires the static file cache for the given router items.
- boost_cache_flush_by_filename in ./
boost.module - Expires the static file cache for files given.
- boost_cache_kill in ./
boost.module - Deletes cached page from file system.
- boost_cache_set_node_relationships in ./
boost.module - Creates a parent child relationship for pages like views.
- boost_cache_write in ./
boost.module - Writes data to filename in an atomic operation thats compatible with older versions of php (php < 5.2.4 file_put_contents() doesn't lock correctly).
- boost_crawler_run in ./
boost.module - The brains of the crawler.
- boost_cron in ./
boost.module - Implementation of hook_cron(). Performs periodic actions.
- boost_ctools_render_alter in ./
boost.module - Implementation of hook_ctools_render_alter().
- boost_db_multi_insert in ./
boost.module - Insert many records into the database.
- boost_exit in ./
boost.module - Implementation of hook_exit(). Performs cleanup tasks.
- boost_expire_node in ./
boost.module - Expires a node from the cache; including related pages.
- boost_init in ./
boost.module - Implementation of hook_init(). Performs page setup tasks if page not cached.
- boost_rules_action_clear_page in ./
boost.rules.inc - Clears a page from the Boost cache
- boost_user in ./
boost.module - Implementation of hook_user(). Acts on user account actions.
- boost_views_pre_render in ./
boost.module - Implementation of hook_views_pre_render().
- _boost_ob_handler in ./
boost.module - PHP output buffering callback for static page caching.
- _boost_views_runit in ./
boost.module