If you issue concurrent `get` for the same key, Gu...
# announcements
c
If you issue concurrent
get
for the same key, Guava's
LoadingCache
will only emit one loading call and will gate the others until that call returns