Interface JDBCIdentityCache

  • All Known Implementing Classes:
    JDBCIdentityCacheImpl

    public interface JDBCIdentityCache
    Provides access to all the identity information we need when processing resources and their parameters
    • Method Detail

      • getCommonTokenValueId

        Long getCommonTokenValueId​(String codeSystem,
                                   String tokenValue)
        Get the common_token_value_id for the given tokenValue and codeSystem. Reads from a cache, or the database if not found in the cache.
        Parameters:
        codeSystem -
        tokenValue -