Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
..
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
DEPS 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
README.md 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
lazy_leveldb.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
lazy_leveldb.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
leveldb_value_store.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
leveldb_value_store.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
leveldb_value_store_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
test_value_store_factory.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
test_value_store_factory.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
testing_value_store.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
testing_value_store.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
testing_value_store_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
value_store.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
value_store.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
value_store_change.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
value_store_change.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
value_store_change_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
value_store_factory.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
value_store_factory_impl.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
value_store_factory_impl.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
value_store_frontend.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
value_store_frontend.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
value_store_frontend_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
value_store_task_runner.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
value_store_task_runner.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
value_store_test_suite.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa
value_store_test_suite.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 anno fa

README.md

//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.