我正在尝试在开发模式下开发带有缓存的应用程序,但是 development.log 垃圾邮件主要是缓存日志。我正在使用 dalli,我知道,dalli 有沉默!方法(https://github.com/mperham/dalli/commit/892020fbc73613ccc84412ce04b85b7fda645e63),但是如何使用这种方法呢?
我找到了一些旧指令,建议在其中调用 on config.cache_store
,但它是一个符号,并且没有此方法:
config.cache_store = :dalli_store
config.cache_store.silence!
抛出异常。