mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 07:38:15 +00:00
Model Cache updates models on mutation
This commit is contained in:
@ -372,7 +372,10 @@ define([
|
||||
"services": [
|
||||
{
|
||||
"key": "cacheService",
|
||||
"implementation": ModelCacheService
|
||||
"implementation": ModelCacheService,
|
||||
"depends": [
|
||||
"topic"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "now",
|
||||
|
Reference in New Issue
Block a user