Run
for ($i = 0; $i < 3; $i++) {
Cache::tags('test')->put('test_' . Str::random(), time(), 60);
}
standard_ref Members not removed
Do I have to call Cache::tags::flush to flush out expired data in standard_ref?
I don't think it's good
Cache::tags('test')->flush();