Class CachingProfileType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class CachingProfileType
    extends Object
    implements Serializable, Cloneable, Containerable
    Specific caching profile that can be used system-wide or for individual threads.

    Java class for CachingProfileType complex type.

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

     <complexType name="CachingProfileType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="order" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="global" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="localRepoObjectCache" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CacheSettingsType" minOccurs="0"/>
             <element name="localRepoVersionCache" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CacheSettingsType" minOccurs="0"/>
             <element name="localRepoQueryCache" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CacheSettingsType" minOccurs="0"/>
             <element name="localRepoCache" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CacheSettingsType" minOccurs="0"/>
             <element name="globalRepoObjectCache" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CacheSettingsType" minOccurs="0"/>
             <element name="globalRepoVersionCache" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CacheSettingsType" minOccurs="0"/>
             <element name="globalRepoQueryCache" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CacheSettingsType" minOccurs="0"/>
             <element name="globalRepoCache" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CacheSettingsType" minOccurs="0"/>
             <element name="localFocusConstraintCheckerCache" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CacheSettingsType" minOccurs="0"/>
             <element name="localShadowConstraintCheckerCache" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CacheSettingsType" minOccurs="0"/>
             <element name="localAssociationTargetSearchEvaluatorCache" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CacheSettingsType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form