SwoffSwoff

invalidateMatching

Invalidate all cached responses matching a glob pattern.

invalidateMatching(glob)

From swoff/cache/tags.ts. Invalidate all cached responses whose URL matches a glob pattern.

import { invalidateMatching } from "swoff/cache/tags";

On this page