Class CachingProfileType

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

    public class CachingProfileType
    extends Object
    implements Serializable, Cloneable, Containerable
    Specific caching profile that can be used system-wide or for individual threads. <p>Java class for CachingProfileType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="CachingProfileType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="order" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="global" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="localRepoObjectCache" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CacheSettingsType" minOccurs="0"/&gt; &lt;element name="localRepoVersionCache" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CacheSettingsType" minOccurs="0"/&gt; &lt;element name="localRepoQueryCache" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CacheSettingsType" minOccurs="0"/&gt; &lt;element name="localRepoCache" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CacheSettingsType" minOccurs="0"/&gt; &lt;element name="globalRepoObjectCache" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CacheSettingsType" minOccurs="0"/&gt; &lt;element name="globalRepoVersionCache" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CacheSettingsType" minOccurs="0"/&gt; &lt;element name="globalRepoQueryCache" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CacheSettingsType" minOccurs="0"/&gt; &lt;element name="globalRepoCache" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CacheSettingsType" minOccurs="0"/&gt; &lt;element name="localFocusConstraintCheckerCache" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CacheSettingsType" minOccurs="0"/&gt; &lt;element name="localShadowConstraintCheckerCache" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CacheSettingsType" minOccurs="0"/&gt; &lt;element name="localAssociationTargetSearchEvaluatorCache" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CacheSettingsType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form