Commit b3678d13 authored by Nicolas Delaby's avatar Nicolas Delaby

2009-06-15 nicolas

* Add default_memcached_plugin object for initial setup

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27586 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 922a9fab
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="MemcachedPlugin" module="Products.ERP5Type.Document.MemcachedPlugin"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_local_properties</string> </key>
<value>
<tuple>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>url_string</string> </value>
</item>
<item>
<key> <string>type</string> </key>
<value> <string>string</string> </value>
</item>
</dictionary>
</tuple>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>default_memcached_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>Memcached Plugin</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Ram Based Memcached</string> </value>
</item>
<item>
<key> <string>url_string</string> </key>
<value> <string>127.0.0.1:11211</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
2009-06-15 nicolas
* Add default_memcached_plugin object for initial setup
2009-06-03 nicolas
*Delete SQLCache and ZODBCache as RamCache and DistributedRamCache will provide all needs.
......
1233
\ No newline at end of file
1236
\ No newline at end of file
......@@ -27,5 +27,6 @@ portal_domains/base_month_domain
portal_domains/base_week_domain
portal_domains/base_year_domain
portal_domains/parent_domain
portal_memcached/default_memcached_plugin
portal_preferences/default_site_preference
portal_transforms/**
\ 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