# File lib/librarian/environment/runtime_cache.rb, line 71
      def once(keyspace, key)
        memo(keyspace, key) { yield ; nil }
      end