Add a cache to workers KV storage implementation (#1284)

* cloudflare-cache

* go mod tidy
This commit is contained in:
Jake Sanders
2020-03-02 18:14:25 +00:00
committed by GitHub
parent 7cad77bfc0
commit f6102bde70
5 changed files with 45 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ func TestCloudflare(t *testing.T) {
Token(apiToken),
Account(accountID),
Namespace(kvID),
CacheTTL(60000000000),
)
records, err := wkv.List()