You are here

13 calls to boost_file_path() in Boost 6

boost_block in ./boost.module
Implementation of hook_block().
boost_block_flush_form in ./boost.module
boost_cache_expire_by_db in ./boost.module
Expires the static file cache for the given paths via database.
boost_cache_expire_by_filename in ./boost.module
Expires the static file cache for paths matching a wildcard via filesystem.
boost_cache_get in ./boost.module
Returns the cached contents of the specified page, if available.
boost_cache_kill_url in ./boost.module
Deletes cached page from file system & database.
boost_cache_set in ./boost.module
Replaces/Sets the cached contents of the specified page, if stale.
boost_exit in ./boost.module
Implementation of hook_exit(). Performs cleanup tasks.
boost_is_cached in ./boost.module
Determines whether a given Drupal page is currently cached or not.
boost_rules_action_clear_page in ./boost.rules.inc
Clears a page from the Boost cache
boost_set_db_page_settings in ./boost.module
Sets per page configuration.
_boost_cache_insert in ./boost.module
Shutdown function, gets called at the very end of node creation.
_boost_ob_handler in ./boost.module
PHP output buffering callback for static page caching.