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.