Method: ContentCaching::Adapter::Abstract#initialize
- Defined in:
- lib/content_caching/adapters/abstract.rb
#initialize(wrapper, options) ⇒ Abstract
Returns a new instance of Abstract.
5 6 7 8 |
# File 'lib/content_caching/adapters/abstract.rb', line 5 def initialize wrapper, @wrapper = wrapper @options = end |