Method: ActionMosaico::Attachments::Caching#cache_key
- Defined in:
- lib/action_mosaico/attachments/caching.rb
#cache_key(*args) ⇒ Object
6 7 8 |
# File 'lib/action_mosaico/attachments/caching.rb', line 6 def cache_key(*args) [self.class.name, cache_digest, *attachable.cache_key(*args)].join('/') end |