File
Doc
Category
Size
Date
Package
AbortableLRUPolicy.java
API Doc
JBoss 4.2.1
1515
Fri Jul 13 20:53:48 BST 2007
org.jboss.ejb3.cache.tree
AbortableLRUPolicy
java.lang.Object
org.jboss.cache.eviction.LRUPolicy
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
Java Code Source