mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Add TODO SparseArray
This commit is contained in:
@@ -27,7 +27,7 @@ class BinaryCache {
|
||||
}
|
||||
}
|
||||
|
||||
// Similar to file storage but much faster
|
||||
// Similar to file storage but much faster TODO SparseArray
|
||||
private val byteArrayList = HashMap<String, ByteArray>()
|
||||
|
||||
fun getByteArray(key: String): KeyByteArray {
|
||||
|
||||
Reference in New Issue
Block a user