package cache import ( "github.com/graph-gophers/dataloader" ) type S3Cache interface { dataloader.Cache }