From 079465b52007dac473adec893e22c3b6e720e762 Mon Sep 17 00:00:00 2001 From: Nicolas Delaby <nicolas@nexedi.com> Date: Fri, 30 Apr 2010 09:27:56 +0000 Subject: [PATCH] Same as r34878, delete clearConversionCache from API git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34879 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/interfaces/cached_convertable.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/product/ERP5/interfaces/cached_convertable.py b/product/ERP5/interfaces/cached_convertable.py index 7c612e6673..8cf129b40b 100644 --- a/product/ERP5/interfaces/cached_convertable.py +++ b/product/ERP5/interfaces/cached_convertable.py @@ -90,13 +90,3 @@ class ICachedConvertable(Interface): **kw -- conversion parameters """ - - def clearConversionCache(): - """ - Clear the conversion cache for the current document. - - NOTE: clearing conversion cache should be implemented - also with non-clearable caching systems, for example - by automatically adding the revision number to the - conversion keys. - """ -- 2.30.9