forked from hazza/dspace-angular
Cache redesign part 1, and add support for alternative links
This commit is contained in:
@@ -5,12 +5,13 @@ export function getMockObjectCacheService(): ObjectCacheService {
|
||||
'add',
|
||||
'remove',
|
||||
'getByUUID',
|
||||
'getBySelfLink',
|
||||
'getByHref',
|
||||
'getObjectByHref',
|
||||
'getRequestHrefBySelfLink',
|
||||
'getRequestHrefByUUID',
|
||||
'getList',
|
||||
'hasByUUID',
|
||||
'hasBySelfLink'
|
||||
'hasByHref'
|
||||
]);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user