# File lib/rack/moneta_store.rb, line 40
    def call(env)
      env['rack.moneta_store'] = @cache ? ::Moneta::Cache.new(:cache => ::Moneta::Adapters::Memory.new, :adapter => @store) : @store
      @app.call(env)
    end