Changes between Version 2 and Version 3 of Ticket #55847, comment 2
- Timestamp:
- 05/28/2022 01:24:04 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55847, comment 2
v2 v3 9 9 10 10 EDIT: 11 the problem is also in general, if using an external object cache, and it storing the results from getting it from that backend internally temporary for runtime, then results will be wrong if redischanged in the meantime.11 the problem is also in general, if using an external object cache, and it storing the results from getting it from that backend internally temporary for runtime, then results will be wrong if the permanent backend (redis, memcache,...) changed in the meantime. 12 12 This is a general problem with keys and not just expires when using an internal cache helper and is something that is wrong in all permanent object caches I could find for WP