Commit 263a7410 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

remove updateConversionCache() that does just make a needless access to cache...

remove updateConversionCache() that does just make a needless access to cache plugins (should be part of r28370).


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28371 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2954bf46
......@@ -235,10 +235,6 @@ class IDocument(Interface):
needed here to overwrite class attribute with instance attrs
"""
def updateConversionCache():
"""Initialise Caches
"""
def hasConversion(**kw):
"""Return a boolean if conversion is cached
"""
......@@ -265,4 +261,4 @@ class IDocument(Interface):
def isSupportBaseDataConversion():
"""This is a public interface to check a document that is support conversion
to base format and can be overridden in subclasses.
"""
\ 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