@ticnat/nativescript-image-cache
Version:
Plugin for caching images
14 lines (13 loc) • 466 B
TypeScript
import { ImageCacheCommon } from './common';
export declare class ImageCache extends ImageCacheCommon {
rounded: boolean;
placeholder: string;
placeholderStretch: string;
constructor();
createNativeView(): any;
initNativeView(): void;
}
export declare function setCacheLimit(numberOfDays: any): void;
export declare function initialize(): void;
export declare function clearCache(): void;
export declare function initializeOnAngular(): void;