[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services - configure.zcml:1.95 cache.py:NONE cache.zcml:NONE caches.pt:NONE

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Mar 10 14:41:34 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/browser/services
In directory cvs.zope.org:/tmp/cvs-serv2886/src/zope/app/browser/services

Modified Files:
	configure.zcml 
Removed Files:
	cache.py cache.zcml caches.pt 
Log Message:


Removed the caching service. It was not providing much value anyways, so it was
easy.



Also, I updated the views in a way that SQL Script's chace support would work
again.



There is still much to do:



- zope.app.cache.caching does not have a formally defined API (interface)



- The CacheName field should be a vocabulary field.



- Views need to be updated to current form.


=== Zope3/src/zope/app/browser/services/configure.zcml 1.94 => 1.95 ===
--- Zope3/src/zope/app/browser/services/configure.zcml:1.94	Wed Mar 10 12:56:29 2004
+++ Zope3/src/zope/app/browser/services/configure.zcml	Wed Mar 10 14:40:59 2004
@@ -8,9 +8,6 @@
 <!-- General registration views --> 
    <zope:include package=".registration" />
 
-<!-- CachingService --> 
-  <zope:include file="cache.zcml" />
-
 <!-- Event Service -->
 
   <page

=== Removed File Zope3/src/zope/app/browser/services/cache.py ===

=== Removed File Zope3/src/zope/app/browser/services/cache.zcml ===

=== Removed File Zope3/src/zope/app/browser/services/caches.pt ===




More information about the Zope3-Checkins mailing list