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

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


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

Modified Files:
	CacheManager.py 
Log Message:
CacheManager.initialize_cache() is no longer needed, so remove it.


=== Zope/lib/python/App/CacheManager.py 1.29 => 1.30 ===
--- Zope/lib/python/App/CacheManager.py:1.29	Mon Nov  3 14:08:44 2003
+++ Zope/lib/python/App/CacheManager.py	Wed Nov  5 00:54:12 2003
@@ -129,10 +129,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