# File lib/librarian/environment/runtime_cache.rb, line 66
      def memo(keyspace, key)
        put(keyspace, key, yield) unless include?(keyspace, key)
        get(keyspace, key)
      end