mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 13:33:03 +00:00
Cache redesign part 1, and add support for alternative links
This commit is contained in:
@@ -12,6 +12,7 @@ export function getMockRequestService(requestEntry$: Observable<RequestEntry> =
|
||||
uriEncodeBody: jasmine.createSpy('uriEncodeBody'),
|
||||
isCachedOrPending: false,
|
||||
removeByHrefSubstring: observableOf(true),
|
||||
hasByHrefObservable: observableOf(false)
|
||||
setStaleByHrefSubstring: observableOf(true),
|
||||
hasByHref$: observableOf(false)
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user