Class CacheSettingsType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class CacheSettingsType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Settings for a given cache. Not all items are applicable for each cache.

    Java class for CacheSettingsType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="CacheSettingsType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="append" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="maxSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="timeToLive" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="traceMiss" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="tracePass" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="statistics" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CacheStatisticsReportingConfigurationType" minOccurs="0"/>
             <element name="invalidation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CacheInvalidationConfigurationType" minOccurs="0"/>
             <element name="objectTypeSettings" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CacheObjectTypeSettingsType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form