method
cache_key
v6.1.7.7 -
Show latest stable
- Class:
ActionText::Attachments::Caching
cache_key(*args)public
No documentation available.
# File actiontext/lib/action_text/attachments/caching.rb, line 6
def cache_key(*args)
[self.class.name, cache_digest, *attachable.cache_key(*args)].join("/")
end