Example #1
0
        public CachedXmlDocInspectionsSettings GetCachedSettings(Func <Lifetime, DataContexts, IDataContext> dataContext)
        {
            // Note that at the moment SettingsCacheManager seems to only support solution-specific caches, not project-specific.

            return(_settingsCacheManager.GetCache(dataContext).GetData(_lifetime, this).NotNull());
        }