<!ELEMENT dump-caches EMPTY>
Parent: <gsa-template>, <transaction>
The <dump-caches> tag can be used to print out the contents of the item cache for one or more item descriptors.
Attributes
Attribute  | Description  | 
|---|---|
  | Set to one of the following: -  -  -   | 
  | A comma-separated list of one or more item descriptor names. If no item descriptors are specified, all item descriptor caches are exported.  | 
For example, given this <dump-caches> tag:
<dump-caches item-descriptors="product" dump-type="queries"/>
The following output might be logged, if there are four product items in the cache:
============== START BUFFER PRECACHE ==============
<load-items item-descriptor="product">
    prod100003,prod100002,prod100001,prod10001
</load-items>
=============== END BUFFER PRECACHE===============

