[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/Caching/RAMCache/Views/Browser - configure.zcml:1.3

Marius Gedminas mgedmin@codeworks.lt
Thu, 12 Dec 2002 10:28:46 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/Caching/RAMCache/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv24277/lib/python/Zope/App/Caching/RAMCache/Views/Browser

Modified Files:
	configure.zcml 
Log Message:
Caching service now uses the new configuration infrastructure
Added invalidateAll to Zope.App.Caching.ICache



=== Zope3/lib/python/Zope/App/Caching/RAMCache/Views/Browser/configure.zcml 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/App/Caching/RAMCache/Views/Browser/configure.zcml:1.2	Mon Dec  2 15:03:46 2002
+++ Zope3/lib/python/Zope/App/Caching/RAMCache/Views/Browser/configure.zcml	Thu Dec 12 10:28:15 2002
@@ -3,7 +3,7 @@
    xmlns:browser='http://namespaces.zope.org/browser'
 >
 
-  <browser:menuItem menu="add_cache"
+  <browser:menuItem menu="add_component"
       for="Zope.App.OFS.Container.IAdding."
       title="RAM Cache" action="RAMCache"
       description="RAM Cache"/>