class Roda::RodaPlugins::PerThreadCaching::Cache

def initialize

thread caches.
Store unique symbol used to look up in the per
def initialize
  @o = :"roda_per_thread_cache_#{N.call}"
end