-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert cache to json and vice versa #2
Comments
Hi, |
Hi, any update on this one? Thanks |
Hi, |
Thanks. I noticed that exporting is done for all items but importing is separated into permanent and expiry. This is ok with me because I only have expiry items but
Maybe the export should save also the cache properties so there will be one exporting and one importing for all? What do you think? Again, thank you very much for your work. |
Hi, |
There is a 1.4.0 version now available |
Thanks, I will check it A question if I may: Do you have an idea how can I check the export while working/debugging locally?
|
Hi, |
Regarding async you are right, it was there because of a previous code that needed it. Anyway, I used an exception to go to that part of the code and it seems to work, at least the import/export part, I didn't check the expiry mechanism itself. Thanks |
Hi
What about adding support for converting the cache to json and vice versa? This way I can save/load it to/from a file for when the server restarts.
I saw that itemKeyToItemValueWrapperMap is readOnly and I didn't want to break your code/pattern so I was thinking of using a temporary map but got lost in the middle. What do you think?
Thanks
The text was updated successfully, but these errors were encountered: