Method: MultiSolr.cache
- Defined in:
- lib/multi_solr.rb
.cache ⇒ Object
33 34 35 36 37 38 39 |
# File 'lib/multi_solr.rb', line 33 def cache return Rails.cache if defined? Rails if @@cache.nil? @@cache = ActiveSupport::Cache::MemoryStore.new end @@cache end |