Class: Firebolt::FileWarmer
- Inherits:
-
Object
- Object
- Firebolt::FileWarmer
- Includes:
- Warmer
- Defined in:
- lib/firebolt/file_warmer.rb
Instance Method Summary collapse
Methods included from Warmer
Methods included from Keys
#cache_key, #cache_key_with_salt, #namespace, #salt_key
Instance Method Details
#perform ⇒ Object
7 8 9 10 11 |
# File 'lib/firebolt/file_warmer.rb', line 7 def perform return nil unless cache_file_exists? parsed_contents end |