ConCache.get

You're seeing just the function get, go back to ConCache module for more information.

Specs

get(t(), key()) :: value()

Reads the item from the cache.

A read is always "dirty", meaning it doesn't block while someone is updating the item under the same key. A read doesn't expire TTL of the item, unless touch_on_read option is set while starting the cache.