moby--moby/libnetwork/datastore
Jana Radhakrishnan 1272f90eae Sequence non-persistent objects in cache
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>
2016-06-13 23:53:05 -07:00
..
cache.go Sequence non-persistent objects in cache 2016-06-13 23:53:05 -07:00
datastore.go Sequence non-persistent objects in cache 2016-06-13 23:53:05 -07:00
datastore_test.go Moved the default local and global store to new root 2015-10-11 22:57:24 -07:00
mock_store.go Datastore handles creating objects atomically. 2015-06-25 10:53:48 -07:00