|
204 | 204 | file system where the Prevalence engine will save data. It can be relative to the current directory or a
|
205 | 205 | full path. If the directory doesn't exist, it will be created.
|
206 | 206 | </para>
|
| 207 | + <para> |
| 208 | + The <literal>prevalenceBase</literal> setting can only be set programmatically through on the NHibernate |
| 209 | + configuration object, by example with <literal>Configuration.SetProperty</literal>. |
| 210 | + </para> |
207 | 211 | </section>
|
208 | 212 |
|
209 | 213 | <section id="NHibernate.Caches.SysCache">
|
|
215 | 219 |
|
216 | 220 | <variablelist>
|
217 | 221 | <varlistentry>
|
218 |
| - <term><literal>expiration</literal></term> |
| 222 | + <term><literal>cache.default_expiration</literal></term> |
219 | 223 | <listitem>
|
220 | 224 | Number of seconds to wait before expiring each item.
|
221 |
| - Takes precedence over <literal>cache.default_expiration</literal>. |
222 |
| - If none of them are defined, defaults to <literal>300</literal>. |
| 225 | + Defaults to <literal>300</literal>. It can also be set programmatically on the NHibernate |
| 226 | + configuration object under the name <literal>expiration</literal>, which then takes precedence |
| 227 | + over <literal>cache.default_expiration</literal>. |
223 | 228 | </listitem>
|
224 | 229 | </varlistentry>
|
225 | 230 | <varlistentry>
|
|
233 | 238 | <term><literal>priority</literal></term>
|
234 | 239 | <listitem>
|
235 | 240 | A numeric cost of expiring each item, where 1 is a low cost, 5 is the highest, and 3 is normal.
|
236 |
| - Only values 1 through 5 are valid. 6 is a special value corresponding to |
237 |
| - <literal>NotRemovable</literal>, it should not be used. |
| 241 | + Only values 1 through 6 are valid. 6 is a special value corresponding to |
| 242 | + <literal>NotRemovable</literal>. This setting can only be set programmatically through on the |
| 243 | + NHibernate configuration object, by example with <literal>Configuration.SetProperty</literal>. |
238 | 244 | </listitem>
|
239 | 245 | </varlistentry>
|
240 | 246 | </variablelist>
|
|
276 | 282 |
|
277 | 283 | <variablelist>
|
278 | 284 | <varlistentry>
|
279 |
| - <term><literal>expiration</literal></term> |
| 285 | + <term><literal>cache.default_expiration</literal></term> |
280 | 286 | <listitem>
|
281 | 287 | Number of seconds to wait before expiring each item.
|
282 |
| - Takes precedence over <literal>cache.default_expiration</literal>. |
283 |
| - If none of them are defined, defaults to <literal>300</literal>. |
| 288 | + Defaults to <literal>300</literal>. It can also be set programmatically on the NHibernate |
| 289 | + configuration object under the name <literal>expiration</literal>, which then takes precedence |
| 290 | + over <literal>cache.default_expiration</literal>. |
284 | 291 | </listitem>
|
285 | 292 | </varlistentry>
|
286 | 293 | <varlistentry>
|
|
577 | 584 |
|
578 | 585 | <variablelist>
|
579 | 586 | <varlistentry>
|
580 |
| - <term><literal>expiration</literal></term> |
| 587 | + <term><literal>cache.default_expiration</literal></term> |
581 | 588 | <listitem>
|
582 | 589 | Number of seconds to wait before expiring each item.
|
583 |
| - Takes precedence over <literal>cache.default_expiration</literal>. |
584 |
| - If none of them are defined, defaults to <literal>300</literal>. |
| 590 | + Defaults to <literal>300</literal>. It can also be set programmatically on the NHibernate |
| 591 | + configuration object under the name <literal>expiration</literal>, which then takes precedence |
| 592 | + over <literal>cache.default_expiration</literal>. |
585 | 593 | </listitem>
|
586 | 594 | </varlistentry>
|
587 | 595 | <varlistentry>
|
|
0 commit comments