Interface TokenReplayCache<T>

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
EHCacheTokenReplayCache

public interface TokenReplayCache<T> extends Closeable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean
    contains(T id)
     
    void
    putId(T id)
     
    void
    putId(T id, Instant expiry)