module Roda::RodaPlugins::PerThreadCaching

def self.configure(app)

def self.configure(app)
  app::RodaRequest.match_pattern_cache = app.thread_safe_cache
end