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 void
add(T entry)
void
clear()
boolean
contains(T entry)
int
getLimit()
void
setLimit(int limit)
-