statcachecontentgroupResult Structure Definition

The statcachecontentgroupResult structure defines the return type for statcachecontentgroup 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.

cachecontentgroupList

Pointer to the cachecontentgroup List.


cachecontentgroupstats Structure Definition

The cachecontentgroupstats structure defines the actual return type values for statcachecontentgroup API.

Syntax



Members

name

Name of the cache contentgroup for which to display statistics. If you do not set this parameter, statistics are shown for all cache contentgroups.

clearstats

Clear the statsistics / counters

_nextgenapiresource


groupnon304hit

Non304 hits for ContentGroup

group304hit

304 hits for ContentGroup

totcell

Number of objects in contentgroup

totmarkercell

Number of marker objects in contentgroup

timesflushed

Number of times contentgroup is flushed

totmemory

current memory usage

maxmemory

maximum memory usage limit

See Also