Sign in
chromium
/
chromium
/
src
/
d482d5a1edc901b5c35ab84f590fe56f8c03e84c
/
.
/
components
/
value_store
/
README.md
blob: 9bb918e6537b1a25632b719709b5d4f9b36082b5 [
file
] [
log
] [
blame
] [
view
]
# //components/value_store
This
component contains an API
for
creating
and
using
local
key
-
value stores
.
The
interface
is
in
`value_store.h`
and
the methods
in
`value_store_factory.h`
can
be used to create
and
manage
ValueStore
instances
.