Interface CacheService<K,​V>

    • Method Detail

      • get

        V get​(K key,
              Function<K,​V> mappingFunction)
        Get a value from the cache.
        Parameters:
        key - the key
        mappingFunction - attempts to compute a mapping for the specified key
        Returns:
        a value for that key, never null