Method: Intro::Cache.write

Defined in:
lib/intro/cache.rb

.write(controller, action, value) ⇒ Object



4
5
6
# File 'lib/intro/cache.rb', line 4

def write(controller, action, value)
  Rails.cache.write(cache_token(controller, action), value)
end