protected static class CsrfPreventionFilter.LruCache<T> extends Object implements Serializable
LruCache(int cacheSize)
void
add(T key)
boolean
contains(T key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LruCache(int cacheSize)
public void add(T key)
public boolean contains(T key)
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.