Commit c8bc67d9 authored by Łukasz Nowak's avatar Łukasz Nowak

Use distributed cache.

parent 27398635
...@@ -2,17 +2,25 @@ ...@@ -2,17 +2,25 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<global name="Ram Cache" module="erp5.portal_type"/> <global name="Distributed Ram Cache" module="erp5.portal_type"/>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item>
<key> <string>categories</string> </key>
<value>
<tuple>
<string>specialise/portal_memcached/default_memcached_plugin</string>
</tuple>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>volatile_cache_plugin</string> </value> <value> <string>persistent_cache_plugin</string> </value>
</item> </item>
<item> <item>
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
<value> <string>Ram Cache</string> </value> <value> <string>Distributed Ram Cache</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -2,17 +2,25 @@ ...@@ -2,17 +2,25 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<global name="Ram Cache" module="erp5.portal_type"/> <global name="Distributed Ram Cache" module="erp5.portal_type"/>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item>
<key> <string>categories</string> </key>
<value>
<tuple>
<string>specialise/portal_memcached/default_memcached_plugin</string>
</tuple>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>volatile_cache_plugin</string> </value> <value> <string>persistent_cache_plugin</string> </value>
</item> </item>
<item> <item>
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
<value> <string>Ram Cache</string> </value> <value> <string>Distributed Ram Cache</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
95 96
\ No newline at end of file \ No newline at end of file
...@@ -2,9 +2,9 @@ image_module/vifib.cloud ...@@ -2,9 +2,9 @@ image_module/vifib.cloud
image_module/vifib.kvm image_module/vifib.kvm
image_module/vifib.rack image_module/vifib.rack
portal_caches/facebook_server_auth_token_cache_factory portal_caches/facebook_server_auth_token_cache_factory
portal_caches/facebook_server_auth_token_cache_factory/volatile_cache_plugin portal_caches/facebook_server_auth_token_cache_factory/persistent_cache_plugin
portal_caches/google_server_auth_token_cache_factory portal_caches/google_server_auth_token_cache_factory
portal_caches/google_server_auth_token_cache_factory/volatile_cache_plugin portal_caches/google_server_auth_token_cache_factory/persistent_cache_plugin
web_page_module/vifib* web_page_module/vifib*
web_site_module/cash web_site_module/cash
web_site_module/cash/** web_site_module/cash/**
......
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