Interface QueryTileCacheKeyOptions

interface QueryTileCacheKeyOptions {
    cache?: QueryTileCacheIdentityDescriptor;
    prefix?: string;
}

Properties

Properties

prefix?: string