Don't you hate it when that happens? I wish I could just write some code to retrieve stuff when it falls out of my short-term memory.
Imaginary Code
PHP
return collect($garbage)
->pluck('forgotten')
->where('value', '=', 'high');
Wouldn't it be nice if that worked?