openmct/platform/core
Victor Woeltjen 7e5d363daa [Core] Update models in-place
In model cache, update cached model instances instead of
replacing them; this avoids situations where two different
model instances escape the model service because the second
request was made before the results from the first had been
cached. WTD-1033.
2015-03-25 13:46:40 -07:00
..
src [Core] Update models in-place 2015-03-25 13:46:40 -07:00
test [Core] Add test cases for CachingModelDecorator 2015-03-24 17:01:09 -07:00
bundle.json [Core] Add model cache 2015-03-20 16:26:39 -07:00
README.md [Structure] Add platform structure 2014-10-27 18:18:50 -07:00

This bundle contains core software components of Open MCT Web. These components describe MCT's information model, and are responsible for introducing the API and infrastructure which supports domain objects.