[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.
This commit is contained in:
Victor Woeltjen 2015-01-20 12:14:54 -08:00
parent 9e981d2579
commit 960a7fcb7c
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
This directory contains bundles relating to the persistence of domain objects.

2
platform/persistence/cache/README.md vendored Normal file
View File

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