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

Brian Stansberry brian.stansberry at jboss.com
Wed Oct 11 23:40:00 EDT 2006


  User: bstansberry
  Date: 06/10/11 23:40:00

  Modified:    src-50/org/jboss/cache/pojo/eviction  AopLRUPolicy.java
  Log:
  [JBCACHE-801] Restore EvictionPolicy ability to ignore events based on event type
  
  Revision  Changes    Path
  1.3       +2 -1      JBossCache/src-50/org/jboss/cache/pojo/eviction/AopLRUPolicy.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AopLRUPolicy.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src-50/org/jboss/cache/pojo/eviction/AopLRUPolicy.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- AopLRUPolicy.java	27 Jun 2006 05:25:42 -0000	1.2
  +++ AopLRUPolicy.java	12 Oct 2006 03:40:00 -0000	1.3
  @@ -15,6 +15,7 @@
   import org.jboss.cache.Fqn;
   import org.jboss.cache.eviction.EvictionAlgorithm;
   import org.jboss.cache.eviction.LRUPolicy;
  +import org.jboss.cache.eviction.NodeEventType;
   
   
   /**
  @@ -44,7 +45,7 @@
       *
       * @param fqn
       */
  -   public boolean canIgnoreEvent(Fqn fqn)
  +   public boolean canIgnoreEvent(Fqn fqn, NodeEventType eventType)
      {
         return false;
      }
  
  
  



More information about the jboss-cvs-commits mailing list