class ContentCaching::Document

Attributes

adapter[RW]

Public Class Methods

new(wrapper) click to toggle source
# File lib/content_caching.rb, line 36
def initialize wrapper
  self.adapter = ContentCaching::Adapter::Base.create(ContentCaching.configuration.adapter, wrapper)
end