Module: Scrappy::Cached::ClassMethods
- Defined in:
- lib/scrappy/agent/cache.rb
Instance Method Summary collapse
Instance Method Details
#cache ⇒ Object
10 11 12 |
# File 'lib/scrappy/agent/cache.rb', line 10 def cache @cache ||= Cache.new end |