Nativescript plugin for https requests
    Preparing search index...

    Interface CacheOptions

    interface CacheOptions {
        diskLocation: string;
        diskSize: number;
        forceCache?: boolean;
        memorySize?: number;
    }
    Index

    Properties

    diskLocation: string
    diskSize: number
    forceCache?: boolean
    memorySize?: number