Module: RubySettings::ConfigurationHelpers
- Extended by:
- ActiveSupport::Concern
- Included in:
- CachedSettings, CachedSettings
- Defined in:
- lib/ruby-settings/configuration.rb
Instance Method Summary collapse
Instance Method Details
#cache_store ⇒ Object
24 25 26 |
# File 'lib/ruby-settings/configuration.rb', line 24 def cache_store @cache_store ||= (RubySettings.config.cache_store || (defined?(Rails) ? Rails.cache : ActiveSupport::Cache::MemoryStore.new)) end |