You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
for various reasons, I would like to dump the current content of the cache (that contains the output of some expensive operations) and import it somewhere else.
Is it possible? I have seen the schema of the sqlite file, but I don't know how to interpret the "key" BLOB... if it matters, the cache was created using the @memoize decorator
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
for various reasons, I would like to dump the current content of the cache (that contains the output of some expensive operations) and import it somewhere else.
Is it possible? I have seen the schema of the sqlite file, but I don't know how to interpret the "key" BLOB... if it matters, the cache was created using the @memoize decorator
Thanks!
The text was updated successfully, but these errors were encountered: