Ejemplo n.º 1
0
 internal void CacheExplorer()
 {
     _cacheExplorer = new CacheExplorer.PlanCache(ConnectionStringBuilder.ToString());
     PlanCache = _cacheExplorer.Explore(_infos.VersionMajor);
 }
Ejemplo n.º 2
0
 internal void CacheExplorer()
 {
     _cacheExplorer = new CacheExplorer.PlanCache(ConnectionStringBuilder.ToString());
     PlanCache      = _cacheExplorer.Explore(_infos.VersionMajor);
 }