Additional configurations and improvements for caching system (#1390)

This commit is contained in:
RainLoop Team 2017-04-04 01:32:22 +03:00
parent 7b3ac82e5a
commit bf1ee5ace7
3 changed files with 824 additions and 808 deletions

View file

@ -368,6 +368,8 @@ Enables caching in the system'),
'fast_cache_index' => array('v1', 'Additional caching key. If changed, fast cache is purged'),
'http' => array(true, 'Browser-level cache. If enabled, caching is maintainted without using files'),
'http_expires' => array(3600, 'Browser-level cache time (seconds, Expires header)'),
'server_uids' => array(true, 'Caching message UIDs when searching and sorting (threading)')
),