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

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.13
require (
github.com/BurntSushi/toml v0.3.1
github.com/ReneKroon/ttlcache v1.6.0
github.com/beevik/ntp v0.2.0
github.com/bitly/go-simplejson v0.5.0
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect