export interface IOptions{
    maxCacheSize?: number,
    useCache?: boolean,
    decodeUrlParams?:boolean
}