switched to self links as keys in the object cache

This commit is contained in:
Art Lowel
2017-09-15 18:02:29 +02:00
parent f6ca6e6136
commit 0d4b064541
19 changed files with 236 additions and 231 deletions

View File

@@ -6,7 +6,7 @@ import {
import { Request } from './request.models';
export class RequestEntry {
request: Request<CacheableObject>;
request: Request;
requestPending: boolean;
responsePending: boolean;
completed: boolean;