Add a cache to workers KV storage implementation (#1284)
* cloudflare-cache * go mod tidy
This commit is contained in:
@@ -24,6 +24,7 @@ func TestCloudflare(t *testing.T) {
|
||||
Token(apiToken),
|
||||
Account(accountID),
|
||||
Namespace(kvID),
|
||||
CacheTTL(60000000000),
|
||||
)
|
||||
|
||||
records, err := wkv.List()
|
||||
|
||||
Reference in New Issue
Block a user