class Syntropy::Router

def set_cache(path, entry)

def set_cache(path, entry)
  @cache[path] = entry
  (entry[:cache_keys] ||= {})[path] = true
end