module Roda::RodaPlugins::PerThreadCaching::ClassMethods

def thread_safe_cache

Use the per-thread cache instead of the default cache.
def thread_safe_cache
  Cache.new
end