[Zodb-checkins] CVS: Zope3/src/persistence - interfaces.py:1.5
   
    Jeremy Hylton
     
    jeremy@zope.com
       
    Fri, 7 Mar 2003 15:19:55 -0500
    
    
  
Update of /cvs-repository/Zope3/src/persistence
In directory cvs.zope.org:/tmp/cvs-serv27318/persistence
Modified Files:
	interfaces.py 
Log Message:
Remove minimize() and full_sweep().
=== Zope3/src/persistence/interfaces.py 1.4 => 1.5 ===
--- Zope3/src/persistence/interfaces.py:1.4	Wed Mar  5 17:10:32 2003
+++ Zope3/src/persistence/interfaces.py	Fri Mar  7 15:19:54 2003
@@ -277,14 +277,6 @@
         number of incremental steps to take.
         """
 
-    def full_sweep():
-        """Perform a full sweep of the cache
-        """
-
-    def minimize():
-        """Remove as many objects as possible from the cache
-        """
-
     def invalidate(oids):
         """Invalidate the object for the given object ids
         """