Interface XKMSClientCache

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

public interface XKMSClientCache extends Closeable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    get(String key)
    Get an XKMSCacheToken from the cache matching the given key.
    void
    put(String key, XKMSCacheToken cacheToken)
    Store an XKMSCacheToken in the Cache using the given key
  • Method Details

    • put

      void put(String key, XKMSCacheToken cacheToken)
      Store an XKMSCacheToken in the Cache using the given key
    • get

      Get an XKMSCacheToken from the cache matching the given key. Returns null if there is no such XKMSCacheToken in the cache.
    • close

      void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable