The SQL repository implements several different modes of caching. Which mode you choose depends on the nature of your application. You can set the default caching mode on each item descriptor in a repository. Each property’s definition can override the cache mode of its item-descriptor. The caching modes implemented in the SQL repository are:

By default, the SQL repository uses simple caching. To enable a different cache mode for an item descriptor, set the cache-mode attribute in the <item-descriptor> tag of the repository definition file:

<item-descriptor name="role" cache-mode="distributed">
 
loading table of contents...