Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/java/com/finalist/newsletter/publisher/cache
In directory james.mmbase.org:/tmp/cvs-serv17200

Modified Files:
        ICache.java 
Log Message:
CMSC-899,Check and improve all lists according to guideline,add Javadoc comment


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/java/com/finalist/newsletter/publisher/cache
See also: http://www.mmbase.org/jira/browse/CMSC-899


Index: ICache.java
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/java/com/finalist/newsletter/publisher/cache/ICache.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- ICache.java 23 Sep 2008 05:50:14 -0000      1.5
+++ ICache.java 23 Sep 2008 05:55:29 -0000      1.6
@@ -5,6 +5,9 @@
  * 
  */
 public interface ICache {
+   /**
+    * FOREVER is the flag mark the cache life
+    */
    public static int FOREVER = -1;
 
    /**
@@ -31,14 +34,14 @@
    public void removeAll();
 
    /**
-    * @param key
-    * @return Object
+    * @param key used get the value
+    * @return Object is the infoBean
     */
    public Object get(Object key);
 
    /**
-    * @param key
-    * @return boolean
+    * @param key used mark the infoBean
+    * @return boolean see it contains
     */
    public boolean contains(Object key);
 
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to