config.unwrap_from_path("string").reset(config) => del(config.string)
* add cache for value/setting to 5 secds
to "reset" cache just do: config.cfgimpl_clean_cache()
* can desactivate cache by removing "expire" property
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| autopath.py | ||
| test_config.py | ||
| test_config_api.py | ||
| test_config_big_example.py | ||
| test_freeze.py | ||
| test_mandatory.py | ||
| test_option_consistency.py | ||
| test_option_default.py | ||
| test_option_owner.py | ||
| test_option_setting.py | ||
| test_option_type.py | ||
| test_option_with_special_name.py | ||
| test_parsing_group.py | ||
| test_reverse_from_path.py | ||