The <load-items> tag can be used to load the item cache. Loading an item cache can improve performance, as it otherwise can take some time for the normal run of queries to fill the caches.

load-items attributes

Attribute

Description

Value

item-descriptor

The item descriptor whose item cache should be loaded

Required

properties

A list of properties to cache. If no properties are specified, no properties of the items are cached.

Optional

load-all-items

If this attribute is set to true, the <load-items> tag loads all the items for the given item descriptor, ignoring the list of repository IDs in the body of the tag.

Optional
Default is false

quiet

If this attribute is set to true, the <load-items> tag produces no output.

Optional
Default is false

The <load-items> tag has no child tags. Its body is a comma-separated list of the repository IDs of the items that should be loaded into the item cache.

 
loading table of contents...