From 960a7fcb7cf7ee35c5cb66d524bc83b12de329e1 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Tue, 20 Jan 2015 12:14:54 -0800 Subject: [PATCH] [Persistence] Update README files Update README files to document the reorganization of persistence sources into separate bundles for the Couch adapter and for the persistence cache, in support of reusing the latter with a different persistence adapter, WTD-702. --- platform/persistence/README.md | 1 + platform/persistence/cache/README.md | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 platform/persistence/README.md create mode 100644 platform/persistence/cache/README.md diff --git a/platform/persistence/README.md b/platform/persistence/README.md new file mode 100644 index 0000000000..e5ffbd156d --- /dev/null +++ b/platform/persistence/README.md @@ -0,0 +1 @@ +This directory contains bundles relating to the persistence of domain objects. diff --git a/platform/persistence/cache/README.md b/platform/persistence/cache/README.md new file mode 100644 index 0000000000..91c9a2cb69 --- /dev/null +++ b/platform/persistence/cache/README.md @@ -0,0 +1,2 @@ +This bundle introduces a persistence cache to Open MCT Web to +limit the number of persistence requests issued by the platform.