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 a086ade commit b7312bbCopy full SHA for b7312bb
src/NHibernate/Cache/UpdateTimestampsCache.cs
@@ -27,7 +27,7 @@ public virtual void Clear()
27
}
28
29
// Since v5.1
30
- [Obsolete("Please use extension overload with an ICache parameter.")]
+ [Obsolete("Please use overload with an ICache parameter.")]
31
public UpdateTimestampsCache(Settings settings, IDictionary<string, string> props)
32
{
33
string prefix = settings.CacheRegionPrefix;
0 commit comments