class Twelvefactor::Environment::Cache

Constants

HANDLERS
VERSION

Public Class Methods

apply(app, cache_url) click to toggle source
# File lib/twelvefactor/environment/cache.rb, line 22
def self.apply app, cache_url
  handler = HANDLERS.fetch cache_url.scheme, Null
  handler.apply app, cache_url
end