at file 3.0/upload/admin/model/extension/module/lscache.php
line 239:
$this->db->query(" insert into " . DB_PREFIX . "setting (store_id, code, key, value, serialized) values ('0', 'module_lscache', 'page_information_contact', '{"name":"Contact Us","route":"information\/contact","cacheLogout":"1","cacheLogin":"1", "default":"1"}', '1')" ) ;
information/contact include to LSCache
but at line 277:
$excludeRoutes = array(
......
'information/contact',
......
information/contact excluded from routes that cached.
cannot understand what is right?
line 239:
$this->db->query(" insert into " . DB_PREFIX . "setting (store_id, code, key, value, serialized) values ('0', 'module_lscache', 'page_information_contact', '{"name":"Contact Us","route":"information\/contact","cacheLogout":"1","cacheLogin":"1", "default":"1"}', '1')" ) ;
information/contact include to LSCache
but at line 277:
$excludeRoutes = array(
......
'information/contact',
......
information/contact excluded from routes that cached.
cannot understand what is right?