You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by dl...@apache.org on 2002/02/22 02:32:00 UTC

cvs commit: jakarta-commons-sandbox/util/src/java/org/apache/commons/util BufferCache.java

dlr         02/02/21 17:31:59

  Modified:    util/src/java/org/apache/commons/util BufferCache.java
  Log:
  Deprecated in favor of org.apache.commons.collections.LRUMap, which
  has been receiving lots of juicy performance optmizations and clean
  up (a big thanks to Michael A. Smith here).
  
  Revision  Changes    Path
  1.5       +2 -1      jakarta-commons-sandbox/util/src/java/org/apache/commons/util/BufferCache.java
  
  Index: BufferCache.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/util/src/java/org/apache/commons/util/BufferCache.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -u -r1.4 -r1.5
  --- BufferCache.java	24 Aug 2001 19:48:44 -0000	1.4
  +++ BufferCache.java	22 Feb 2002 01:31:59 -0000	1.5
  @@ -63,7 +63,8 @@
    *
    * @author <a href="mailto:dlr@collab.net">Daniel Rall</a>
    * @author <a href="mailto:leonardr@collab.net">Leonard Richardson</a>
  - * @version $Id: BufferCache.java,v 1.4 2001/08/24 19:48:44 dlr Exp $
  + * @version $Id: BufferCache.java,v 1.5 2002/02/22 01:31:59 dlr Exp $
  + * @deprecated Use org.apache.commons.collections.LRUMap instead.
    */
   public class BufferCache extends SequencedHashtable
   {
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>