// the RedisCachingFinancialSecuritySource.
/*JedisPool jedisPool = new JedisPool("localhost");
source = new RedisCachingFinancialSecuritySource(source, jedisPool, "", OpenGammaFudgeContext.getInstance());*/
if (getCacheManager() != null) {
source = new EHCachingFinancialSecuritySource(source, getCacheManager());
}
if (getUnderlyingClassifier() != null) {
ComponentInfo info = new ComponentInfo(SecuritySource.class, getUnderlyingClassifier());
info.addAttribute(ComponentInfoAttributes.LEVEL, 1);