Class: CrawlStation::CacheAdapters::AbstractAdapter

Inherits:
Object
  • Object
show all
Defined in:
lib/crawl_station/cache_adapters/abstract_adapter.rb

Direct Known Subclasses

DbAdapter, MemoryAdapter

Instance Method Summary collapse

Instance Method Details

#[]=(_item, _value) ⇒ Object



4
5
# File 'lib/crawl_station/cache_adapters/abstract_adapter.rb', line 4

def []=(_item, _value)
end