ElggHMACCache::__construct PHP 메소드

__construct() 공개 메소드

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);
    }