Class CsrfPreventionFilter.LruCache<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      LruCache​(int cacheSize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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