Class CsrfPreventionFilter.LruCache<T>

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

protected static class CsrfPreventionFilter.LruCache<T> extends Object implements Serializable
See Also:
  • Constructor Details

    • LruCache

      public LruCache(int cacheSize)
  • Method Details

    • add

      public void add(T key)
    • contains

      public boolean contains(T key)