Package org.apache.catalina.filters
Class CsrfPreventionFilter.LruCache<T>
java.lang.Object
org.apache.catalina.filters.CsrfPreventionFilter.LruCache<T>
- Type Parameters:
- T- The type held by this cache.
- All Implemented Interfaces:
- Serializable,- CsrfPreventionFilter.NonceCache<T>
- Enclosing class:
- CsrfPreventionFilter
protected static class CsrfPreventionFilter.LruCache<T>
extends 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.
- See Also:
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
LruCachepublic LruCache(int cacheSize) 
 
- 
- 
Method Details- 
add- Specified by:
- addin interface- CsrfPreventionFilter.NonceCache<T>
 
- 
contains- Specified by:
- containsin interface- CsrfPreventionFilter.NonceCache<T>
 
 
-