class Twelvefactor::Environment::Cache::Null
Public Class Methods
apply(app, _)
click to toggle source
# File lib/twelvefactor/environment/cache/null.rb, line 3 def self.apply app, _ config = app.config config.cache_store = :null_store end