Interface IRemoteDataProviderOptions

interface IRemoteDataProviderOptions {
    maxCacheSize: number;
}

Properties

Properties

maxCacheSize: number

maximal cache size (unused at the moment)