go.mercari.io/datastore@v1.8.2/dsmiddleware/aememcache/doc.go (about) 1 /* 2 Package aememcache handles Put, Get etc to Datastore and provides caching by AppEngine's Memcache. 3 How the cache is used is explained in the storagecache package's document. 4 5 Related document. 6 7 https://cloud.google.com/appengine/docs/standard/go/memcache/ 8 https://godoc.org/go.mercari.io/datastore/dsmiddleware/storagecache 9 */ 10 package aememcache // import "go.mercari.io/datastore/dsmiddleware/aememcache"