class Roda::RodaCache

def freeze

thread safety issues.
be accessed directly since it is frozen and there are no
Return the frozen internal hash. The internal hash can then
def freeze
  @hash.freeze
end