openmct/platform/persistence/cache
Victor Woeltjen 301d46e60b [Persistence] Add test case
Add test case for cache to ensure the same object
instance is given for multiple read calls, as this addresses
WTD-791.
2015-02-03 15:51:11 -08:00
..
src [Persistence] Reuse instances in cache 2015-02-03 15:47:11 -08:00
test [Persistence] Add test case 2015-02-03 15:51:11 -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.