mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
switched to self links as keys in the object cache
This commit is contained in:
@@ -6,7 +6,7 @@ import {
|
||||
import { Request } from './request.models';
|
||||
|
||||
export class RequestEntry {
|
||||
request: Request<CacheableObject>;
|
||||
request: Request;
|
||||
requestPending: boolean;
|
||||
responsePending: boolean;
|
||||
completed: boolean;
|
||||
|
Reference in New Issue
Block a user