mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 06:08:11 +00:00
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