Move mutation listening out of cache service

This commit is contained in:
Pete Richards
2016-11-08 14:14:56 -08:00
parent 9a7f69a614
commit d74eba1922
3 changed files with 20 additions and 24 deletions

View File

@ -373,9 +373,6 @@ define([
{
"key": "cacheService",
"implementation": ModelCacheService,
"depends": [
"topic"
]
},
{
"key": "now",
@ -415,7 +412,7 @@ define([
"runs": [
{
"implementation": TransactingMutationListener,
"depends": ["topic", "transactionService"]
"depends": ["topic", "transactionService", "cacheService"]
}
],
"constants": [