Class CachesStateInformationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class CachesStateInformationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Report on the state of midPoint caches.

    Java class for CachesStateInformationType complex type.

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

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