Update of /var/cvs/src/org/mmbase/cache
In directory james.mmbase.org:/tmp/cvs-serv23450

Modified Files:
      Tag: MMBase-1_8
        Cache.java 
Log Message:
targeting fix for   MMB-1669


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/cache
See also: http://www.mmbase.org/jira/browse/MMB-1669


Index: Cache.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/cache/Cache.java,v
retrieving revision 1.36.2.3
retrieving revision 1.36.2.4
diff -u -b -r1.36.2.3 -r1.36.2.4
--- Cache.java  24 Jun 2008 09:52:22 -0000      1.36.2.3
+++ Cache.java  30 Jun 2008 08:08:53 -0000      1.36.2.4
@@ -21,7 +21,7 @@
  * A base class for all Caches. Extend this class for other caches.
  *
  * @author Michiel Meeuwissen
- * @version $Id: Cache.java,v 1.36.2.3 2008/06/24 09:52:22 michiel Exp $
+ * @version $Id: Cache.java,v 1.36.2.4 2008/06/30 08:08:53 michiel Exp $
  */
 abstract public class Cache implements SizeMeasurable, Map {
 
@@ -77,6 +77,14 @@
         }
     }
 
+
+    /**
+     * @since MMBase-1.8.6
+     */
+    public Object getLock() {
+        return lock;
+    }
+
     /**
      * Returns a name for this cache type. Default it is the class
      * name, but this normally will be overriden.
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to