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;
    }