protected static class CsrfPreventionFilter.LruCache<T>
extends java.lang.Object
implements CsrfPreventionFilter.NonceCache<T>
Despite its name, this is a FIFO cache not an LRU cache. Using an older nonce should not delay its removal from
the cache in favour of more recent values.