20 uses of BOOST_TIME in Boost 6
- boost_admin_boost_performance_page in ./
boost.admin.inc - Form builder; Displays Boost's configuration page.
- boost_cache_expire_all_db in ./
boost.module - Flushes all expired pages via database lookup.
- boost_cache_prune_node_relationship in ./
boost.module - Given hash of url delete any old relationships.
- boost_cache_set in ./
boost.module - Replaces/Sets the cached contents of the specified page, if stale.
- boost_cache_set_node_relationships in ./
boost.module - Creates a parent child relationship for pages like views.
- boost_count_db in ./
boost.admin.inc - Counts the number of pages in the static cache.
- boost_crawler_add_to_table in ./
boost.module - Add URL's to the boost_crawler table.
- boost_crawler_count in ./
boost.module - Count the number of URL's in the boost_cache table.
- boost_crawler_prune_table in ./
boost.module - Remove any urls in the crawler table if they are not expired or flushed.
- boost_crawler_run in ./
boost.module - The brains of the crawler.
- boost_crawler_threads_alive in ./
boost.module - Check for any dead threads.
- boost_crawler_verify in ./
boost.module - Reload any url's that did not get cached.
- boost_db_get_cache_age in ./
boost.module - boost_db_get_ttl in ./
boost.module - boost_db_is_expired in ./
boost.module - boost_db_prep in ./
boost.module - Figure out what is going in the database & put it in
- boost_file_get_age in ./
boost.module - Returns the age of a cached file, measured in seconds since it was last updated.
- boost_has_site_changed in ./
boost.module - Checks various timestamps in the database.
- boost_init in ./
boost.module - Implementation of hook_init(). Performs page setup tasks if page not cached.
- boost_set_cookie in ./
boost.module - Sets a special cookie preventing authenticated users getting served pages from the static page cache.