Class: TimedCache::Store

Inherits:
Object
  • Object
show all
Defined in:
lib/timedcache.rb

Overview

:nodoc:

Direct Known Subclasses

FileStore, MemoryStore

Instance Method Summary collapse

Constructor Details

#initialize(timed_cache, options) ⇒ Store

Returns a new instance of Store.



119
120
121
122
# File 'lib/timedcache.rb', line 119

def initialize(timed_cache, options)
  @timed_cache = timed_cache
  @options     = options
end