Mongolid\Util\CacheComponent::time PHP Méthode

time() protected méthode

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