There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

WebService::Edgecast::auto::Reporting::Type::CacheStatuses

VERSION

version 0.01.00

DESCRIPTION

Perl data type class for the XML Schema defined complexType CacheStatuses from the namespace EC:WebServices.

PROPERTIES

The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:

  • CacheStatus

METHODS

new

Constructor. The following data structure may be passed to new():

{ # WebService::Edgecast::auto::Reporting::Type::CacheStatuses
  CacheStatus =>  { # WebService::Edgecast::auto::Reporting::Type::CacheStatus
    strName =>  $some_value, # string
    lngHits =>  $some_value, # long
  },
},

AUTHOR

Generated by SOAP::WSDL