Neos\Flow\I18n\Cldr\Reader\NumbersReader::injectCache PHP Method

injectCache() public method

Injects the Flow_I18n_CDLR_Reader_NumbersReader cache
public injectCache ( Neos\Cache\Frontend\VariableFrontend $cache ) : void
$cache Neos\Cache\Frontend\VariableFrontend
return void
    public function injectCache(VariableFrontend $cache)
    {
        $this->cache = $cache;
    }