add missing XSD entry for taggable cache pools

This commit is contained in:
Christian Flothmann 2018-07-16 16:34:58 +02:00
parent 18ba2a81a7
commit d59cf7756c

View File

@ -265,6 +265,7 @@
<xsd:complexType name="cache_pool">
<xsd:attribute name="name" type="xsd:string" use="required" />
<xsd:attribute name="adapter" type="xsd:string" />
<xsd:attribute name="tags" type="xsd:string" />
<xsd:attribute name="public" type="xsd:boolean" />
<xsd:attribute name="default-lifetime" type="xsd:integer" />
<xsd:attribute name="provider" type="xsd:string" />