osoken/sqlitecollections

add cached Dict

Opened this issue · 0 comments

Is your feature request related to a problem? Please describe.

Current implementation strictly syncs the contents and the DB state.
It helps keeping the consistency but causes some performance problem.

Describe the solution you'd like
Add cached version of the Dict container.

Describe alternatives you've considered

Additional context