Class CachingPolicyType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class CachingPolicyType
    extends Object
    implements Serializable, Cloneable, Containerable
    Definition of object attribute caching policies.

    Java class for CachingPolicyType complex type.

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

     <complexType name="CachingPolicyType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="cachingStategy" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CachingStategyType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form