imf_reader.cache.legacy
Deprecation-warned shims for old cache-clear symbols.
Each shim emits DeprecationWarning pointing at imf_reader.cache.clear_cache and then delegates to the umbrella. The old symbols stay at their existing import paths verbatim — only the implementation is replaced.
Attributes
Functions
|
Clear cached WEO data. |
|
Clear the local disk cache for WEO API data. |
|
Clear the cache for all SDR data. |
Module Contents
- imf_reader.cache.legacy._MSGS
- imf_reader.cache.legacy._legacy_weo_clear_cache() None
Clear cached WEO data.
Deprecated since version 1.5.0: Use
imf_reader.cache.clear_cache()instead.
- imf_reader.cache.legacy._legacy_weo_api_clear_cache() None
Clear the local disk cache for WEO API data.
Deprecated since version 1.5.0: Use
imf_reader.cache.clear_cache()instead.
- imf_reader.cache.legacy._legacy_sdr_clear_cache() None
Clear the cache for all SDR data.
Deprecated since version 1.5.0: Use
imf_reader.cache.clear_cache()instead.