Hi,
I have been using your project and encountered an issue I would like to ask about. The project uses the shelve library to store dictionary cache data. I have successfully run the project and generated the dictionary cache file, but I'm unsure how to read this cached data.
Specifically, I would like to know the following:
1、How can I read the saved dictionary cache data?
2、Is there a recommended way to iterate through or query all the entries in the dictionary file?
I would greatly appreciate any help or guidance you can provide!
Thank you for your time and assistance.
Hi,
I have been using your project and encountered an issue I would like to ask about. The project uses the shelve library to store dictionary cache data. I have successfully run the project and generated the dictionary cache file, but I'm unsure how to read this cached data.
Specifically, I would like to know the following:
1、How can I read the saved dictionary cache data?
2、Is there a recommended way to iterate through or query all the entries in the dictionary file?
I would greatly appreciate any help or guidance you can provide!
Thank you for your time and assistance.