mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
1272f90eae
Since the datastore interface is common for persistent and non-persistent objects we need to provide the same kind of sequencing and atomicity guarantess to non-persistent data operations as we do for persistent operations. So added sequencing and atomicity checks in the data cache layer. Signed-off-by: Jana Radhakrishnan <mrjana@docker.com> |
||
---|---|---|
.. | ||
cache.go | ||
datastore.go | ||
datastore_test.go | ||
mock_store.go |