Class ConcurrentLruCache<T>
- java.lang.Object
-
- org.apache.tomcat.util.collections.ConcurrentLruCache<T>
-
public class ConcurrentLruCache<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ConcurrentLruCache(int limit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(T entry)voidclear()booleancontains(T entry)intgetLimit()voidsetLimit(int limit)
-