Class: Firebolt::FileWarmer

Inherits:
Object
  • Object
show all
Includes:
Warmer
Defined in:
lib/firebolt/file_warmer.rb

Instance Method Summary collapse

Methods included from Warmer

#warm

Methods included from Keys

#cache_key, #cache_key_with_salt, #namespace, #salt_key

Instance Method Details

#performObject



7
8
9
10
11
# File 'lib/firebolt/file_warmer.rb', line 7

def perform
  return nil unless cache_file_exists?

  parsed_contents
end