The APCu backend is immediately expiring its cache entries. This is our default FastBackend. The problem is a type safe comparison. In this case $expire is a "-1" - a string. It comes out of the ConsistentBackend that way. Can happen after a web server restart.
↧