Mongolid\Util\CacheComponent::time PHP 메소드

time() 보호된 메소드

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