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 942b61b commit 0e7153dCopy full SHA for 0e7153d
src/NHibernate/nhibernate-configuration.xsd
@@ -90,6 +90,15 @@
90
<xs:enumeration value="cache.region_prefix" />
91
<xs:enumeration value="cache.use_minimal_puts" />
92
<xs:enumeration value="cache.default_expiration" />
93
+ <xs:enumeration value="cache.use_sliding_expiration">
94
+ <xs:annotation>
95
+ <xs:documentation>
96
+ The use_sliding_expiration value is whether you wish to use a sliding expiration or not. Defaults
97
+ to false. Not all providers support this setting, it may be ignored. Check their respective
98
+ documentation.
99
+ </xs:documentation>
100
+ </xs:annotation>
101
+ </xs:enumeration>
102
<xs:enumeration value="query.substitutions" />
103
<xs:enumeration value="query.factory_class" />
104
<xs:enumeration value="query.linq_provider_class" />
0 commit comments