-record(lru_cache, { active :: gleam@dict:dict(any(), any()), stale :: gleam@dict:dict(any(), any()), max :: integer(), key_count :: integer() }).