Interface XKMSClientCache

    • Method Detail

      • put

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

        XKMSCacheToken get​(String key)
        Get an XKMSCacheToken from the cache matching the given key. Returns null if there is no such XKMSCacheToken in the cache.