Closed aleks-lynx closed 1 year ago
@aleks-lynx Thanks! Do you happen to have a snippet I can use to replicate the behaviour locally?
@tillkruss I called simply wp_cache_flush_group('group1')
to reproduce this
Basically I had a small test for cache implementation and groups -- I created group1, group2, and group3. Then I started to delete them one by one, and then noticed that I can't delete group3 after group1 for some reason :) So the reason was that wp_cache_flush_group('group1')
deleted actually all the keys even for group3.
Aaaaahh, I see. Nice catch!
Example: