module Shrine::Plugins::MultiCache
Documentation can be found on shrinerb.com/docs/plugins/multi_cache
Public Class Methods
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