Interface Cache.Backend<K,​V>

    • Method Detail

      • load

        V load​(K key)
        Load the object. The method does not need to be synchronized (it is synchronized in the cache)
        Parameters:
        key - the key
        Returns:
        the value