cache An in-memory key/value store with expiration support, similar to patrickmn/go-cache for Go. The cache is a shared mutable HashMap implemented using STM. It supports item expiration.