找不到将identity_cache配置为与dalli一起使用的文档。有人可以告诉我这是怎么做到的吗?
我在我的config/environments/development.rb
(我想先在开发环境中尝试)尝试了这个:
config.identity_cache_store = :mem_cache_store, ActiveSupport::Cache::DalliStore.new(servers: ["mem"])
当我启动rails时,我看到了这个错误:
uninitialized constant ActiveSupport::Cache::DalliStore (NameError)