default_options: &default_options store_options: # Cap age of oldest cache entry to fulfill retention policies # max_age: <%= 60.days.to_i %> max_size: <%= 256.megabytes %> namespace: <%= Rails.env %> default_connection: &default_connection connects_to: database: writing: :cache development: <<: *default_connection <<: *default_options test: <<: *default_options production: <<: *default_connection <<: *default_options