asmuts      02/05/13 11:41:03

  Modified:    src/java/org/apache/jcs/engine/memory MemoryCache.java
  Log:
  added todo
  
  Revision  Changes    Path
  1.5       +5 -2      
jakarta-turbine-jcs/src/java/org/apache/jcs/engine/memory/MemoryCache.java
  
  Index: MemoryCache.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-jcs/src/java/org/apache/jcs/engine/memory/MemoryCache.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- MemoryCache.java  13 May 2002 18:31:41 -0000      1.4
  +++ MemoryCache.java  13 May 2002 18:41:03 -0000      1.5
  @@ -16,7 +16,7 @@
    *@author     <a href="mailto:[EMAIL PROTECTED]";>Aaron Smuts</a>
    *@author     <a href="mailto:[EMAIL PROTECTED]";>James Taylor</a>
    *@created    May 13, 2002
  - *@version    $Id: MemoryCache.java,v 1.4 2002/05/13 18:31:41 asmuts Exp $
  + *@version    $Id: MemoryCache.java,v 1.5 2002/05/13 18:41:03 asmuts Exp $
    */
   public interface MemoryCache
   {
  @@ -46,9 +46,12 @@
   
   
       /**
  -     *  Get an Array of the keys for all elements in the memory cache
  +     *  Get an Array of the keys for all elements in the memory cache.
        *
        *@return    Object[]
  +     *@TODO      This should probably be done in chunks with a range pased in.
  +     *      This will be a problem if someone puts a 1,000,000 or so items in a
  +     *      region.
        */
       public Object[] getKeyArray();
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to