Ignore:
Timestamp:
May 24, 2014, 4:18:04 PM (10 years ago)
Author:
mistic100
Message:

feature 3077 : improve cache invalidation

  • add "lastmodified" automatic field for categories, groups, users, tags and images tables
  • provide a "server key" to the client cache manager
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/batch_manager_unit.php

    r28500 r28532  
    249249  }
    250250
    251   $template->assign('ELEMENT_IDS', implode(',', $element_ids));
     251  $template->assign(array(
     252    'ELEMENT_IDS' => implode(',', $element_ids),
     253    'CACHE_KEYS' => get_admin_client_cache_keys(array('tags')),
     254    ));
    252255}
    253256
Note: See TracChangeset for help on using the changeset viewer.