Ignore:
Timestamp:
May 11, 2014, 10:26:41 AM (10 years ago)
Author:
rvelices
Message:

added a persistent cache mechanism; used so far to cache image ids in flat view mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/maintenance.php

    r26461 r28432  
    147147    $template->delete_compiled_templates();
    148148    FileCombiner::clear_combined_files();
     149    $persistent_cache->purge(true);
    149150    break;
    150151  }
Note: See TracChangeset for help on using the changeset viewer.