Sha256: 8658c842d73ebdca9498f5fa5692f47b65f551639f3e3407a88e390ee797f5f9

Contents?: true

Size: 195 Bytes

Versions: 6

Compression:

Stored size: 195 Bytes

Contents

require 'routemaster/cache'

module Routemaster
  module Jobs
    # Caches a URL using {Cache}.
    class Cache
      def self.perform(url)
        Cache.new.get(url)
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
routemaster-drain-1.0.5 lib/routemaster/jobs/cache.rb
routemaster-drain-1.0.4 lib/routemaster/jobs/cache.rb
routemaster-drain-1.0.3 lib/routemaster/jobs/cache.rb
routemaster-drain-1.0.2 lib/routemaster/jobs/cache.rb
routemaster-drain-1.0.1 lib/routemaster/jobs/cache.rb
routemaster-drain-1.0.0 lib/routemaster/jobs/cache.rb