Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<?xml version="1.0" encoding="UTF-8"?> 
<AllCaches>
	<Cache Id="MY_CACHE_ID" Scope="application" Preload="Y" ExpiryInterval="10000" Validating="N">
	</Cache>
</AllCaches>


The options Preload, ExpiryInterval, and Validating are not applicable for caches defined with the scope as session. If provided, these are ignored.

...