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

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.