Class CacheObjectTypeSettingsType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class CacheObjectTypeSettingsType
    extends Object
    implements Serializable, Cloneable, Containerable
    Settings for a given cache and object type(s). Not all items are applicable for each cache.

    Java class for CacheObjectTypeSettingsType complex type.

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

     <complexType name="CacheObjectTypeSettingsType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="objectType" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/>
             <element name="timeToLive" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="timeToVersionCheck" 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"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form