openmct/platform/persistence/cache
Victor Woeltjen 2a11204ee6 [Persistence] Don't clone in cache
Don't clone objects in the persistence cache; instead,
ensure that one instance per object is used/given
wherever possible. Goal is to keep object state in
sync between visible instances for WTD-791 et al.
2015-02-03 15:47:02 -08:00
..
src [Persistence] Don't clone in cache 2015-02-03 15:47:02 -08:00
test [Persistence] Separate out cache 2015-01-20 12:58:55 -08:00
bundle.json [Persistence] Separate out cache 2015-01-20 12:58:55 -08:00
README.md [Persistence] Update README files 2015-01-20 12:14:54 -08:00

This bundle introduces a persistence cache to Open MCT Web to limit the number of persistence requests issued by the platform.