Package org.apache.catalina.filters
Interface CsrfPreventionFilter.NonceCache<T>
- 
- All Superinterfaces:
- java.io.Serializable
 - All Known Implementing Classes:
- CsrfPreventionFilter.LruCache
 - Enclosing class:
- CsrfPreventionFilter
 
 protected static interface CsrfPreventionFilter.NonceCache<T> extends java.io.Serializable
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(T nonce)booleancontains(T nonce)
 
-