UNPKG

@nativescript/core

Version:

A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.

12 lines (11 loc) 337 B
import * as common from './image-cache-common'; export declare class Cache extends common.Cache { private _callback; private _cache; constructor(); _downloadCore(request: common.DownloadRequest): void; get(key: string): any; set(key: string, image: any): void; remove(key: string): void; clear(): void; }