function boost_cache_expire_all_filesystem in Boost 6
Deletes all expired static files currently in the cache via filesystem.
1 call to boost_cache_expire_all_filesystem()
- boost_cache_expire_all in ./
boost.module - Flushes all expired pages from cache.
File
- ./
boost.module, line 2920 - Provides static file caching for Drupal text output. Pages, Feeds, ect...
Code
function boost_cache_expire_all_filesystem() {
boost_cache_delete(FALSE);
return TRUE;
}