$lifetime
$lifetime : integer
Cache lifetime
Cache adapter abstract class
__construct(integer $lifetime) : \Pop\Cache\Adapter\AbstractAdapter
Constructor
Instantiate the cache object
| integer | $lifetime |
setLifetime(integer $lifetime) : \Pop\Cache\Adapter\AbstractAdapter
Set the lifetime.
| integer | $lifetime |