class Github::Request::Caching

def initialize(app, cache = nil, options={})

def initialize(app, cache = nil, options={})
  super(app)
  @cache = cache || Proc.new{}.call
end