Commit b72b0cbf authored by Sebastien Robin's avatar Sebastien Robin

define cache factory instead of duration

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13645 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f5e3f6fe
......@@ -108,7 +108,7 @@ def hashVariationCategoryItemList(item_list=None, value_list=None,\n
\n
hashVariationCategoryItemList = CachingMethod(hashVariationCategoryItemList,\n
id=\'Checkbook_hashVariationCategoryItemList\',\n
cache_duration=3600)\n
cache_factory=\'erp5_ui_medium\')\n
return hashVariationCategoryItemList(item_list=item_list, value_list=value_list,\n
default_sub_field_property_dict=default_sub_field_property_dict,\n
is_right_display=is_right_display)\n
......
129
\ No newline at end of file
131
\ 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