getcacheobjectResult Structure Definition

The getcacheobjectResult structure defines the return type for getcacheobject API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

cacheobjectList

List of cacheobjects


cacheobject Structure Definition

The cacheobject structure defines the actual return type values for getcacheobject API.

Syntax



Members

url

URL of the particular object whose details is required.

locator

ID of the cached object.

httpstatus

HTTP status of the object.

host

Host name of the object.

port

Host port of the object.

groupname

Name of the content group to which the object belongs.

httpmethod

HTTP request method that caused the object to be stored.

group

Name of the content group whose objects should be listed.

ignoremarkerobjects

Ignore marker objects.

includenotreadyobjects

Include responses that have not yet reached a minimum number of hits before being cached.

cacheressize

Cache response size of the object.

cachereshdrsize

Cache response header size of the object.

cacheetag

Cache ETag of the object.

httpstatusoutput

HTTP status of the object.

cachereslastmod

Value of "Last-modified" header.

cachecontrol

Cache-Control header of the object.

cacheresdate

Value of "Date" header

contentgroup

Name of the contentgroup in which it is stored.

destip

Destination IP.
NOTE: This attribute is deprecated.
This is no more in use.

destipv46

Destination IP.

destport

Destination Port.

cachecellcomplex

The state of the parameterized caching on this cell.

hitparams

Parameterized hit evaluation of an object.

hitvalues

Values of hitparams for this object.

cachecellreqtime

Required time of the cache cell object.

cachecellrestime

Response time to the cache cell object.

cachecurage

Current age of the cache object.

cachecellexpires

Expiry time of the cache cell object in seconds.

cachecellexpiresmillisec

Expiry time of the cache cell object in milliseconds.

flushed

Specifies whether the object is flushed.

prefetch

Specifies whether Integrated Cache should attempt to refresh an object immediately before it goes stale.

prefetchperiod

The duration in seconds of the period during which prefetch should be attempted, immediately before the object's calculated expiry time.

prefetchperiodmillisec

The duration in milliseconds of the period during which prefetch should be attempted, immediately before the object's calculated expiry time.

cachecellcurreaders

Current readers of the cache cell object.

cachecellcurmisses

Current misses of the cache cell object.

cachecellhits

Cache cell hits.

cachecellmisses

Cache cell misses.

cachecelldhits

Cache cell disk hits.

cachecellgzipcompressed

The state of the response being gzip-compressed.
NOTE: This attribute is deprecated.
Compression format of the object is displayed using cacheCellCompressionFormat

cachecelldeflatecompressed

The state of the response being deflate-compressed.
NOTE: This attribute is deprecated.
Compression format of the object is displayed using cacheCellCompressionFormat

cachecellcompressionformat

Compression format of this object. Identity means not compressed

cachecellappfwmetadataexists

AppFirewall cache object.

cachecellhttp11

The state of the response to be HTTP/1.1.

cachecellweaketag

The state of the weak HTTP Entity Tag in the cell.

cachecellresbadsize

The marked state of the cell.

markerreason

Reason for marking the cell.

cachecellpolleverytime

The state to poll every time on object.

cachecelletaginserted

The state of the ETag to be inserted by IC for this object.

cachecellreadywithlastbyte

The state of the complete arrived response.

cacheinmemory

The cache data is available in memory.

cacheindisk

The cache data is available in disk.

cacheinsecondary

The cache data is available in secondary in HA deployment.

cachedirname

The directory name used if saved.

cachefilename

The filename used if saved.

cachecelldestipverified

The state of DNS verification.

cachecellfwpxyobj

The state of the object to be stored on a request to a forward proxy.

cachecellbasefile

The state of delta being used as a basefile.

cachecellminhitflag

The state of the minhit feature on this cell.

cachecellminhit

Min hit value for the object.

policy

Policy info for the object.

policyname

Policy which created the object.

selectorname

The hit selector for the object.

rule

Selectors for this object.

selectorvalue

The HTTP request method that caused the object to be stored.

warnbucketskip

Bucket skipped warning.

totalobjs

Total objects.

httpcalloutcell

Is it a http callout cell ?

httpcalloutname

Name of the http callout

returntype

Return type of the http callout

httpcalloutresult

First few bytes of http callout response

locatorshow

ID of the cached object.

ceflags

Indicates state and type of cached cell

_nextgenapiresource


See Also