Alokai

InvalidateCacheProps

Properties for the invalidateCache method.

interface InvalidateCacheProps {
	tags: "*" | string[];
}

Properties

NameRequiredTypeDescription
tagsRequired"*" | string[]Tags associated with the records to invalidate.

On this page