Clear cache when no transactions active
This commit is contained in:
@@ -77,5 +77,9 @@ define([], function () {
|
||||
return this.cache;
|
||||
};
|
||||
|
||||
ModelCacheService.prototype.flush = function () {
|
||||
this.cache = {};
|
||||
};
|
||||
|
||||
return ModelCacheService;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user