# File lib/action_controller/caching.rb, line 268 def fragment_cache_key(name) name.is_a?(Hash) ? url_for(name).split("://").last : name end