Prado\I18N\core\MessageSource::getCache PHP Method

getCache() public method

Get the cache handler for this source.
public getCache ( ) : MessageCache
return MessageCache cache handler
    public function getCache()
    {
        return $this->cache;
    }