Interface CacheConfig

Represents the configuration options, but, iknow iknow, cache !!!

interface CacheConfig {
    allowCache: boolean;
    cacheTime: number;
}

Properties

allowCache: boolean
cacheTime: number

Generated using TypeDoc