class Roda::RodaPlugins::PerThreadCaching::Cache

def _hash

The current thread's cache.
def _hash
  ::Thread.current[@o] ||= {}
end