Module: CrawlStation::Cache

Extended by:
Cache, Forwardable
Includes:
CrawlStation::Concerns::AdapterConcern
Included in:
Cache
Defined in:
lib/crawl_station/cache.rb

Instance Method Summary collapse

Instance Method Details

#adapter=(adapter_name) ⇒ Object



7
8
9
# File 'lib/crawl_station/cache.rb', line 7

def adapter=(adapter_name)
  custom_adapter(adapter_name, CrawlStation::CacheAdapters)
end