Class SingleCacheStateInformationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class SingleCacheStateInformationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Report on the cache state. Can be specialized for different caches.

    Java class for SingleCacheStateInformationType complex type.

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

     <complexType name="SingleCacheStateInformationType">
       <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="size" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="component" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ComponentSizeInformationType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="performance" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SingleCachePerformanceInformationType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form