Hi If do not specify $lifeTime will my object stay in cache forever?
Yes, because the $lifeTime argument is defaulted to null, and null means «cache forever» in the used Zend Framework implementation:
$lifeTime
null