Elgg\Database\SubtypeTable::setCachedValues PHP Method

setCachedValues() public method

Set the cached values from the boot data
public setCachedValues ( array $values ) : void
$values array Values from boot data
return void
    public function setCachedValues(array $values)
    {
        $this->cache = $values;
    }