Method: Apollo::Cache::MemoryCache#initialize
- Defined in:
- lib/apollo_crawler/cache/memory_cache.rb
#initialize(options = {}) ⇒ MemoryCache
Returns a new instance of MemoryCache.
28 29 30 |
# File 'lib/apollo_crawler/cache/memory_cache.rb', line 28 def initialize( = {}) @cache = {} end |