class Github::Request::Caching
def call(env)
def call(env) if env[:method] == :get # TODO choose cache method # file_store # mem_cache_store # memory_store else @app.call(env) end end
def call(env) if env[:method] == :get # TODO choose cache method # file_store # mem_cache_store # memory_store else @app.call(env) end end