Interface CacheGenerator<T>

    • Method Detail

      • getValue

        T getValue​(Object key)
        Gets a value (new or existing) that should be associated with the given key.
        Parameters:
        key - The key for which to retrieve a value.
        Returns:
        The resulting value