[Zope-Checkins] CVS: Zope/lib/python/App - CacheManager.py:1.27.44.2

Fred Drake cvs-admin at zope.org
Wed Nov 5 00:29:48 EST 2003


Update of /cvs-repository/Zope/lib/python/App
In directory cvs.zope.org:/tmp/cvs-serv22316/App

Modified Files:
      Tag: Zope-2_7-branch
	CacheManager.py 
Log Message:
CacheManager.initialize_cache() is no longer needed, so remove it.


=== Zope/lib/python/App/CacheManager.py 1.27.44.1 => 1.27.44.2 ===
--- Zope/lib/python/App/CacheManager.py:1.27.44.1	Mon Nov  3 11:57:17 2003
+++ Zope/lib/python/App/CacheManager.py	Wed Nov  5 00:29:17 2003
@@ -175,10 +175,6 @@
             response=REQUEST['RESPONSE']
             response.redirect(REQUEST['URL1']+'/manage_cacheGC')
 
-    def initialize_cache(self):
-        # Cache is always initialized from the configuration file.
-        pass
-
     def cache_detail(self, REQUEST=None):
         """
         Returns the name of the classes of the objects in the cache




More information about the Zope-Checkins mailing list