In this pull request, I've removed the caching mechanism for the module_status.json file and switched to reading it directly. The direct read operation is fast and not need cache.
Additionally, I've completely removed the cache-related code from the package and cleaned up unused keys in the config file.
Hi,
In this pull request, I've removed the caching mechanism for the
module_status.json
file and switched to reading it directly. The direct read operation is fast and not need cache.Additionally, I've completely removed the cache-related code from the package and cleaned up unused keys in the config file.