UNPKG

ng-http-caching

Version:

Cache for HTTP requests in Angular application.

5 lines (4 loc) 293 B
import { NgHttpCachingStorageInterface } from './ng-http-caching-storage.interface'; import { NgHttpCachingEntry } from '../ng-http-caching.service'; export declare class NgHttpCachingMemoryStorage extends Map<string, NgHttpCachingEntry<any, any>> implements NgHttpCachingStorageInterface { }