Commit d72a6d66 authored by Nicolas Delaby's avatar Nicolas Delaby

By default conversion cache is Ram Based to avoid dependency of python-memcache

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27986 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 67b79dea
......@@ -29,7 +29,7 @@
</item>
<item>
<key> <string>cache_duration</string> </key>
<value> <int>0</int> </value>
<value> <int>3600</int> </value>
</item>
<item>
<key> <string>id</string> </key>
......@@ -37,7 +37,7 @@
</item>
<item>
<key> <string>last_id</string> </key>
<value> <string>7</string> </value>
<value> <string>8</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="DistributedRamCache" module="Products.ERP5Type.Document.DistributedRamCache"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_local_properties</string> </key>
<value>
<tuple>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>cache_duration</string> </value>
</item>
<item>
<key> <string>type</string> </key>
<value> <string>int</string> </value>
</item>
</dictionary>
</tuple>
</value>
</item>
<item>
<key> <string>cache_duration</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>categories</string> </key>
<value>
<tuple>
<string>specialise/portal_memcached/persistent_memcached_plugin</string>
</tuple>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>persistent_cache_plugin</string> </value>
</item>
<item>
<key> <string>int_index</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>persistent_storage</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Distributed Ram Cache</string> </value>
</item>
<item>
<key> <string>server</string> </key>
<value> <string>127.0.0.1:12121</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>MemcacheDB</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="RamCache" module="Products.ERP5Type.Document.RamCache"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>volatile_cache_plugin</string> </value>
</item>
<item>
<key> <string>int_index</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Ram Cache</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Volatile Cache Plugin</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
617
\ No newline at end of file
620
\ 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