cache
cache copied to clipboard
some go routines call the Get function for one key at the same time, may put pressure on the server

if the key is loading ,need wait.
Thanks
yes, there is already a TODO https://github.com/goburrow/cache/blob/f6da914dd6e3546dffa8802919dbca80cd33abe3/local.go#L293