Prado\I18N\core\MessageSource::getCache PHP Метод

getCache() публичный Метод

Get the cache handler for this source.
public getCache ( ) : MessageCache
Результат MessageCache cache handler
    public function getCache()
    {
        return $this->cache;
    }