Currently expired items aren't evicted from the cache. So if you store a bunch of items that expire and never get refreshed, all of those cached items will remain in memory.
When we read from cache and the item is expired, we should remove it from the cache before returning nil to ensure that it gets cleaned up.