pub type Config = Config;
pub struct Config { pub cache: Value, /* private fields */ }
cache: Value
Root of the cached configuration.