cubicweb/server/sources/__init__.py
changeset 12058 52ce05f7e9ee
parent 11775 39cf9e55ada8
child 12143 a446124bcf3c
--- a/cubicweb/server/sources/__init__.py	Wed Mar 15 08:04:58 2017 +0100
+++ b/cubicweb/server/sources/__init__.py	Wed Mar 15 08:27:45 2017 +0100
@@ -234,16 +234,6 @@
             cnxset.cnx = self.get_connection()
             cnxset.cu = cnxset.cnx.cursor()
 
-    # cache handling ###########################################################
-
-    def reset_caches(self):
-        """method called during test to reset potential source caches"""
-        pass
-
-    def clear_eid_cache(self, eid, etype):
-        """clear potential caches for the given eid"""
-        pass
-
     # user authentication api ##################################################
 
     def authenticate(self, cnx, login, **kwargs):