Interface CacheInterfaceOptions

interface CacheInterfaceOptions {
    prefix?: string;
    sep?: string;
}

Properties

Properties

prefix?: string
sep?: string

Generated using TypeDoc