Module: Firebolt::Warmer
Instance Method Summary collapse
-
#warm ⇒ Object
Public instance methods.
Methods included from Keys
#cache_key, #cache_key_with_salt, #namespace, #salt_key
Instance Method Details
#warm ⇒ Object
Public instance methods
8 9 10 11 12 13 14 15 |
# File 'lib/firebolt/warmer.rb', line 8 def warm results = perform _warmer_write_results_to_cache(results) _warmer_reset_salt! results end |