Method: ContentCaching::Adapter::AwsAdapter#store

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

#store(content) ⇒ Object



18
19
20
# File 'lib/content_caching/adapters/aws_adapter.rb', line 18

def store content
  adapter.store document_path, content
end