instance method
cache_key
Ruby on Rails 8.0.4
Since v6.0.6Signature
cache_key(*args)
No documentation comment.
Parameters
-
argsrest
Source
# File actiontext/lib/action_text/attachments/caching.rb, line 8
def cache_key(*args)
[self.class.name, cache_digest, *attachable.cache_key(*args)].join("/")
end
Defined in actiontext/lib/action_text/attachments/caching.rb line 8
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Attachments::Caching