ElggHMACCache::__construct PHP Method

__construct() public method

Set the Elgg cache.
public __construct ( integer $max_age )
$max_age integer Maximum age in seconds, 0 if no limit.
    function __construct($max_age = 0)
    {
        $this->setVariable("max_age", $max_age);
    }