Skip to content

Commit

Permalink
Add missing cache setting
Browse files Browse the repository at this point in the history
Fix #1650 in 5.0.x
  • Loading branch information
fredericDelaporte committed Apr 12, 2018
1 parent 942b61b commit 0e7153d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/NHibernate/nhibernate-configuration.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,15 @@
<xs:enumeration value="cache.region_prefix" />
<xs:enumeration value="cache.use_minimal_puts" />
<xs:enumeration value="cache.default_expiration" />
<xs:enumeration value="cache.use_sliding_expiration">
<xs:annotation>
<xs:documentation>
The use_sliding_expiration value is whether you wish to use a sliding expiration or not. Defaults
to false. Not all providers support this setting, it may be ignored. Check their respective
documentation.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="query.substitutions" />
<xs:enumeration value="query.factory_class" />
<xs:enumeration value="query.linq_provider_class" />
Expand Down

0 comments on commit 0e7153d

Please sign in to comment.