# frozen_string_literal: true # Load the Rails application. require_relative 'application' # Initialize the Rails application. Rails.application.initialize! # Clear the cache Cache::Clean.call # Preheat the cache Cache::PreheatingJob.perform_later