sveltekit-enhance
    Preparing search index...

    Type Alias CacheRule

    type CacheRule = {
        directive: CacheDirective;
        match: RegExp | ((pathname: string) => boolean);
    }
    Index

    Properties

    Properties

    directive: CacheDirective
    match: RegExp | ((pathname: string) => boolean)