If you Use e-Commerce please consider helping by donating to or sponsoring development. You can make a donation of a one off amount as big or as small as you want, Or alternatively you can sponsor development by paying $US5.00/mth.
filter_cron()drupal-5/modules/filter/filter.module, line 146
Implementation of hook_cron().
Expire outdated filter cache entries
<?php function filter_cron() { cache_clear_all(NULL, 'cache_filter'); } ?>