module ActionText::Attachments::Caching

def cache_digest

def cache_digest
  OpenSSL::Digest::SHA256.hexdigest(node.to_s)
end