Exemplo n.º 1
0
        private void AddNamedCache(string cacheName, NamedCacheSettings settings)
        {
            if (CacheSettings == null)
            {
                CacheSettings = new Dictionary <string, NamedCacheSettings>(StringComparer.OrdinalIgnoreCase);
            }

            CacheSettings.Add(cacheName, settings);
        }