We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f76d167 commit 7cf99cbCopy full SHA for 7cf99cb
SysCache2/NHibernate.Caches.SysCache2/SysCacheProvider.cs
@@ -43,6 +43,7 @@ static SysCacheProvider()
43
}
44
else
45
{
46
+ CacheRegionSettings = new Dictionary<string, CacheRegionElement>(0);
47
Log.Info(
48
"No cache regions specified. Cache regions can be specified in sysCache configuration section with custom settings.");
49
0 commit comments