class Roda::RodaPlugins::PerThreadCaching::Cache

def []=(key, value)

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