Interface IdentityCache

    • Method Detail

      • get

        CachedIdentity get()
        Returns an identity previously cached.
        Returns:
        the cached identity or null if there is no identity in the cache
      • remove

        CachedIdentity remove()
        Removes an identity from the cache.
        Returns:
        the cached identity or null if there is no identity in the cache