module Shrine::Plugins::MultiCache

  1. lib/shrine/plugins/multi_cache.rb

Documentation can be found on shrinerb.com/docs/plugins/multi_cache

Methods

Public Class

  1. configure

Public Class methods

configure(uploader, **opts)
[show source]
   # File lib/shrine/plugins/multi_cache.rb
 7 def self.configure(uploader, **opts)
 8   uploader.opts[:multi_cache] ||= {}
 9   uploader.opts[:multi_cache].merge!(opts)
10 end