The library has this code to slightly change the expiration time.
$expirationDiff = rand(0, floor($cacheTime * .15));
$expiration -= $expirationDiff;
I know the reason, it's also discussed here.
Could you please add an ability to disable this feature when it's needed?
Developers should be able to set precise TTL when they really want to do that.