Class CsrfPreventionFilter.LruCache<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      LruCache​(int cacheSize)
      Construct a new LruCache.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(T key)
      Add a nonce to the cache.
      boolean contains​(T key)
      Check if the cache contains the given nonce.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait