Commit 743b82b0 authored by Nicolas Delaby's avatar Nicolas Delaby

implement new Zodb Cache

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26988 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3b0c86e0
# -*- coding: utf-8 -*-
##############################################################################
#
# Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
......@@ -865,7 +866,8 @@ class ObjectTemplateItem(BaseTemplateItem):
container._mapTransform(obj)
elif obj.meta_type in ('ERP5 Ram Cache',
'ERP5 Distributed Ram Cache',
'ERP5 SQL Cache'):
'ERP5 SQL Cache',
'ERP5 Zodb Cache',):
assert container.meta_type == 'ERP5 Cache Factory'
container.getParentValue().updateCache()
......
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