# File lib/librarian/environment/runtime_cache.rb, line 79
      def []=(keyspace, key, value)
        put(keyspace, key, value)
      end