Class: TimedCache::Store
- Inherits:
-
Object
- Object
- TimedCache::Store
- Defined in:
- lib/timedcache.rb
Overview
:nodoc:
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(timed_cache, options) ⇒ Store
constructor
A new instance of Store.
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, ) @timed_cache = timed_cache @options = end |