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