imalreadytaken

Results 1 issues of imalreadytaken

I tried the example of loadable-cache : https://github.com/eko/gocache#a-loadable-cache. (by the way, there is a mistake, the type of Book's ID must be int32). After I called cacheManager.Get(context.Background(), "key") and Slept...