public interface TokenReplayCache<T> extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
T |
getId(T id) |
void |
putId(T id) |
void |
putId(T id,
long timeToLive) |
void putId(T id)
void putId(T id, long timeToLive)
void close()
throws IOException
close in interface AutoCloseableclose in interface CloseableIOExceptionApache CXF