Class CacheInvalidationConfigurationType

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

    public class CacheInvalidationConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    How is the cache invalidated? Currently applicable only to global repo cache objects.

    Java class for CacheInvalidationConfigurationType complex type.

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

     <complexType name="CacheInvalidationConfigurationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="clusterwide" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="approximation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CacheInvalidationApproximationType" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form