Add action cache and cache now playing requests
This commit is contained in:
5
config/providers/view_cache.rb
Normal file
5
config/providers/view_cache.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
Hanami.app.register_provider :view_cache, namespace: true do
|
||||
start do
|
||||
register "cacher", Adamantium::ViewCache::Cacher.new
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user