[jboss-cvs] JBossCache/src-50/org/jboss/cache/pojo/eviction ...

Ben Wang bwang at jboss.com
Wed Jul 12 09:28:25 EDT 2006


  User: bwang   
  Date: 06/07/12 09:28:25

  Modified:    src-50/org/jboss/cache/pojo/eviction  AopLRUAlgorithm.java
  Log:
  Renamed AOPInstance to PojoReference and also some refactoring.
  
  Revision  Changes    Path
  1.3       +1 -1      JBossCache/src-50/org/jboss/cache/pojo/eviction/AopLRUAlgorithm.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AopLRUAlgorithm.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src-50/org/jboss/cache/pojo/eviction/AopLRUAlgorithm.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- AopLRUAlgorithm.java	27 Jun 2006 05:25:42 -0000	1.2
  +++ AopLRUAlgorithm.java	12 Jul 2006 13:28:25 -0000	1.3
  @@ -7,7 +7,7 @@
    * the algorithm such that it works correctly when using PojoCache.
    * The basic strategy for the AOP-specific case are:
    * <ul>
  - * <li>When a node is visited, it will check if it is an AOPInstance node. If it
  + * <li>When a node is visited, it will check if it is an PojoReference node. If it
    * is, then it is an AOP node. In that case, we will update all children nodes'
    * time stamp to synchronize with parent node.</li>
    * <li>When a node is to be evicted, it will check if it an AOP node. If it is,
  
  
  



More information about the jboss-cvs-commits mailing list