Apache Tomcat 6.0.53

org.apache.catalina.filters
Class CsrfPreventionFilter.LruCache<T>

java.lang.Object
  extended by org.apache.catalina.filters.CsrfPreventionFilter.LruCache<T>
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CsrfPreventionFilter

protected static class CsrfPreventionFilter.LruCache<T>
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CsrfPreventionFilter.LruCache(int cacheSize)
           
 
Method Summary
 void add(T key)
           
 boolean contains(T key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CsrfPreventionFilter.LruCache

public CsrfPreventionFilter.LruCache(int cacheSize)
Method Detail

add

public void add(T key)

contains

public boolean contains(T key)

Apache Tomcat 6.0.53

Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.