forked from hazza/dspace-angular
94273: Implement dependencies between requests
When an object is invalidated, its dependent requests are invalidated as well
This commit is contained in:
@@ -13,6 +13,8 @@ export function getMockObjectCacheService(): ObjectCacheService {
|
||||
'hasByUUID',
|
||||
'hasByHref',
|
||||
'getRequestUUIDBySelfLink',
|
||||
'addDependency',
|
||||
'removeDependents',
|
||||
]);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user