Update of /var/cvs/config/functions
In directory james.mmbase.org:/tmp/cvs-serv9778

Modified Files:
        caches.xml 
Log Message:
new function



See also: http://cvs.mmbase.org/viewcvs/config/functions


Index: caches.xml
===================================================================
RCS file: /var/cvs/config/functions/caches.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- caches.xml  19 Jun 2007 21:27:04 -0000      1.3
+++ caches.xml  23 Feb 2008 13:29:25 -0000      1.4
@@ -4,11 +4,13 @@
   <description>
     Functions related to mmbase caches
   </description>
+  
   <function name="list">
     <type>class</type>
     <class>org.mmbase.cache.CacheManager</class>
     <method>getCaches</method>
   </function>
+  
   <function name="get">
     <type>class</type>
     <class>org.mmbase.cache.CacheManager</class>
@@ -24,4 +26,10 @@
     <param name="key" type="java.lang.Object" />
   </function>
 
+  <function name="map">
+    <type>class</type>
+    <class>org.mmbase.cache.CacheManager</class>
+    <method>getMap</method>
+  </function>
+
 </functionset>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to