function boost_db_get_ttl in Boost 6
2 calls to boost_db_get_ttl()
- boost_block in ./
boost.module - Implementation of hook_block().
- boost_block_flush_form in ./
boost.module
File
- ./
boost.module, line 4596 - Provides static file caching for Drupal text output. Pages, Feeds, ect...
Code
function boost_db_get_ttl($filename) {
return boost_db_get_age($filename) - BOOST_TIME;
}