cf-workers-query
Version:
Automatically cache and revalidate data in Cloudflare Workers. Using the Cache API and Execution Context
10 lines (7 loc) • 363 B
TypeScript
import { Q as QueryKey } from './create-query-BP--HoKq.js';
export { C as CacheApiAdaptor, c as createQuery, d as defineCFExecutionContext, g as getCFExecutionContext } from './create-query-BP--HoKq.js';
declare const invalidateQuery: ({ queryKey, cacheName, }: {
queryKey: QueryKey;
cacheName?: string;
}) => Promise<void>;
export { invalidateQuery };