class Roda::RodaPlugins::PerThreadCaching::Cache

def [](key)

Return the current thread's cached value.
def [](key)
  _hash[key]
end