20 lines
410 B
Markdown
Raw Normal View History

2023-04-26 14:17:30 +09:00
# [Cache](https://developers.cloudflare.com/workers/runtime-apis/cache/)
The Cache API allows fine grained control of reading and writing from the Cloudflare global network.
### Development
#### Requirements
This project requires these tools to be installed globally.
* wrangler
* tinygo
#### Commands
```
make dev # run dev server
make build # build Go Wasm binary
make deploy # deploy worker
2023-04-26 14:17:30 +09:00
```