function boost_db_is_expired in Boost 6
2 calls to boost_db_is_expired()
- boost_cache_set in ./
boost.module - Replaces/Sets the cached contents of the specified page, if stale.
- _boost_rmdir_rf in ./
boost.module - Recursive version of rmdir(); use with extreme caution.
File
- ./
boost.module, line 4619 - Provides static file caching for Drupal text output. Pages, Feeds, ect...
Code
function boost_db_is_expired($filename) {
return boost_db_get_age($filename) < BOOST_TIME;
}