imf_reader.cache.legacy ======================= .. py:module:: imf_reader.cache.legacy .. autoapi-nested-parse:: 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 ---------- .. autoapisummary:: imf_reader.cache.legacy._MSGS Functions --------- .. autoapisummary:: imf_reader.cache.legacy._legacy_weo_clear_cache imf_reader.cache.legacy._legacy_weo_api_clear_cache imf_reader.cache.legacy._legacy_sdr_clear_cache Module Contents --------------- .. py:data:: _MSGS .. py:function:: _legacy_weo_clear_cache() -> None Clear cached WEO data. .. deprecated:: 1.5.0 Use :func:`imf_reader.cache.clear_cache` instead. .. py:function:: _legacy_weo_api_clear_cache() -> None Clear the local disk cache for WEO API data. .. deprecated:: 1.5.0 Use :func:`imf_reader.cache.clear_cache` instead. .. py:function:: _legacy_sdr_clear_cache() -> None Clear the cache for all SDR data. .. deprecated:: 1.5.0 Use :func:`imf_reader.cache.clear_cache` instead.