- get
V get(K k, V defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- getOrAdd
V getOrAdd(K k, V defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinaryRight
bool opBinaryRight(K k)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
V opIndex(K k)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
V opIndexAssign(V v, K k)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
void remove(K k)
Undocumented in source. Be warned that the author may not have intended to support it.
Persistent indexed key-value store, backed by an SQLite database. Non-string keys/values are JSON-encoded.