-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Using JavaFileKache.
I found that if one of the keys has a unicode char, when the kache is closed and opened again, it is cleared.
As a workaround, I'm now encoding the key to hex:
key = originalKey.toByteArray().toHexString()
And since I also neeed to get the original text for kache managing, I use:
originalKey = key.hexToByteArray().decodeToString()
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working