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 0d345c9 commit b900708Copy full SHA for b900708
src/NHibernate/Cache/UpdateTimestampsCache.cs
@@ -47,6 +47,8 @@ public UpdateTimestampsCache(ICache cache)
47
{
48
log.Info("starting update timestamps cache at region: {0}", cache.RegionName);
49
updateTimestamps = cache;
50
+ // ReSharper disable once SuspiciousTypeConversion.Global
51
+ _batchUpdateTimestamps = updateTimestamps as IBatchableReadOnlyCache;
52
}
53
54
//Since v5.1
0 commit comments