PHPDaemon\Cache\Item::getValue PHP Méthode

getValue() public méthode

Get value
public getValue ( ) : mixed
Résultat mixed
    public function getValue()
    {
        ++$this->hits;
        return $this->value;
    }