Prado\I18N\core\MessageSource::getCache PHP Méthode

getCache() public méthode

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