Commit b015df2f authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* use http_cache for static files.

* use web_section_user_ram_cache for Navigation Widget.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26958 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9f4441a4
......@@ -11,7 +11,9 @@
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>web_section_user_ram_cache</string> </value>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_bind_names</string> </key>
......
......@@ -9,6 +9,10 @@
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>_bind_names</string> </key>
<value>
......
......@@ -9,6 +9,10 @@
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>_bind_names</string> </key>
<value>
......
......@@ -9,6 +9,10 @@
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts35988317.53</string> </value>
......
82
\ No newline at end of file
83
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment