McCache / McCache-for-Python

MIT License
0 stars 1 forks source link

Have the option to restore the cache #6

Open McCache opened 1 year ago

McCache commented 1 year ago

Having persistent cache save us time to load the cache. The current implementation may take a long time to warm the cache back up.

If the option is enable, the cache need to be serialized out to file and on startup be de-serialized back into the cache.