【发布时间】:2013-01-14 21:04:20
【问题描述】:
是否有关于如何使用 Go 刷新谷歌应用引擎内存缓存的文档?
我可以在 python 文档https://developers.google.com/appengine/docs/python/memcache/functions 中看到 flush_all()
【问题讨论】:
标签: google-app-engine go
是否有关于如何使用 Go 刷新谷歌应用引擎内存缓存的文档?
我可以在 python 文档https://developers.google.com/appengine/docs/python/memcache/functions 中看到 flush_all()
【问题讨论】:
标签: google-app-engine go
memcache go 代码列出了一个flush function,官方文档中没有列出。我怀疑它有效,只是没有记录。
【讨论】: