You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by co...@apache.org on 2002/01/17 16:50:14 UTC

cvs commit: jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/cache LRUCache.java

colus       02/01/17 07:50:14

  Modified:    src/scratchpad/org/apache/avalon/excalibur/cache
                        LRUCache.java
  Log:
  Deprecated.
  
  Revision  Changes    Path
  1.4       +1 -0      jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/cache/LRUCache.java
  
  Index: LRUCache.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/cache/LRUCache.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- LRUCache.java	11 Dec 2001 09:53:33 -0000	1.3
  +++ LRUCache.java	17 Jan 2002 15:50:14 -0000	1.4
  @@ -15,6 +15,7 @@
    * Fixed length cache with a LRU replacement policy.
    *
    * @author <a href="mailto:colus@apache.org">Eung-ju Park</a>
  + * @deprecated Use DefaultCache with constructor parameter
    */
   public class LRUCache
       extends DefaultCache
  
  
  

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