Mongolid\Util\CacheComponent::time PHP Method

time() protected method

Return the current time in order to check ttl.
protected time ( ) : integer
return integer Return current Unix timestamp.
    protected function time()
    {
        return time();
    }