mini\Mini\ApcuDrivers\PDOSqlite3ApcuDriver::maybeGarbageCollect()
Method
protected
Signature
protected function maybeGarbageCollect(): void
Returns
void
Documentation
Probabilistic GC: 1 in 10,000 chance to clean expired entries.
SQLite has no native TTL, so we need to periodically scan for expired entries based on the logical expiry stored in the payload.