Ignore:
Timestamp:
May 24, 2014, 4:18:04 PM (11 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/cat_perm.php

    r26461 r28532  
    299299// |                           sending html code                           |
    300300// +-----------------------------------------------------------------------+
    301 $template->assign(array('PWG_TOKEN' => get_pwg_token(), 'INHERIT' => $conf['inheritance_by_default']));
     301$template->assign(array(
     302  'PWG_TOKEN' => get_pwg_token(),
     303  'INHERIT' => $conf['inheritance_by_default'],
     304  'CACHE_KEYS' => get_admin_client_cache_keys(array('groups', 'users')),
     305  ));
    302306
    303307$template->assign_var_from_handle('ADMIN_CONTENT', 'cat_perm');
Note: See TracChangeset for help on using the changeset viewer.