Class: Twelvefactor::Environment::Cache::Null

Inherits:
Object
  • Object
show all
Defined in:
lib/twelvefactor/environment/cache/null.rb

Class Method Summary collapse

Class Method Details

.apply(app, _) ⇒ Object



3
4
5
6
# File 'lib/twelvefactor/environment/cache/null.rb', line 3

def self.apply app, _
  config = app.config
  config.cache_store = :null_store
end