Method: ContentCaching::Adapter::Implementation#store

Defined in:
lib/content_caching/adapters/implementation.rb

#store(content) ⇒ Object



5
6
7
# File 'lib/content_caching/adapters/implementation.rb', line 5

def store content
  adapter.store content
end