FileDocCategorySizeDatePackage
AbortableLRUPolicy.javaAPI DocJBoss 4.2.11515Fri Jul 13 20:53:48 BST 2007org.jboss.ejb3.cache.tree

AbortableLRUPolicy

public class AbortableLRUPolicy extends org.jboss.cache.eviction.LRUPolicy
LRUPolicy subclass with an algorithm that doesn't error log ContextInUseException.
author
Brian Stansberry
version
$Revision: 1.1 $

Fields Summary
Constructors Summary
public AbortableLRUPolicy()

      super();
      algorithm = new AbortableLRUAlgorithm();
   
Methods Summary