when sending a batched KV write request, what is the pricing? one write / key or one write / request
when sending a batched KV write request, what is the pricing? one write / key or one write / requests?
pachadb-{kind}-store for several thingswranlger kv:namespace create only lets me do _s and it'll prefix things with worker-. wrangler kv:namespace create pachadb_{kind}_store got me kv ns named worker-pachadb_{kind}_storeKV as base64 encoded string, how can I leverage the browser to treat them as normal images so that I can make the cache happen? 
why not/images/[id]. There was no hash pre-calculated.

pachadb-{kind}-storewranlger kv:namespace create_worker-wrangler kv:namespace create pachadb_{kind}_storeworker-pachadb_{kind}_storeKV/images/[id]export const GET = (async ({ params, locals }) => {
const { id } = params,
value = await locals.KV.get(memeTemplateFileKey(id)),
buffer = Buffer.from(value!.split(',')[1], 'base64');
return new Response(buffer, { headers: { 'Content-Type': 'image/png' } });
}) satisfies RequestHandler;