function print_pdf_flush_caches in Printer, email and PDF versions 7.2
Implements hook_flush_caches().
File
- print_pdf/
print_pdf.module, line 92 - Displays Printer-friendly versions of Drupal pages.
Code
function print_pdf_flush_caches() {
print_pdf_cache_delete();
return array();
}