SongGuess
    Preparing search index...
    interface CachePurgeOptions {
        pathPrefixes?: string[];
        purgeEverything?: boolean;
        tags?: string[];
    }
    Index

    Properties

    pathPrefixes?: string[]
    purgeEverything?: boolean
    tags?: string[]