class Routemaster::Jobs::Cache
Caches a URL using {Cache}.
Public Instance Methods
perform(url)
click to toggle source
# File lib/routemaster/jobs/cache.rb, line 7 def perform(url) Routemaster::Cache.new.get(url) end