ServerTools.getStaleCacheQueueItems (Method)

Returns a list of page within the specified site which are queued to have their cache rebuilt.

Returns:

ServerTools_GetStaleCacheQueueItems_Results (rowlimitedquery)

Arguments:

Name Type Required Description
siteID AnySiteID Required The unique id of the site to get the items queued for stale cache rebuilt.
orderBy SQLOrderByClause_EmptyString Optional. Defaults to an empty string. The SQL 'order by' clause indicating which column is used as the returned data's sort key.
limit QueryRowLimit Optional. Defaults to '#this.LIMIT_TO_SCALABILITY_MAX#'. An integer specifying one more than the maximum number of rows CommonSpot can return. Values with special meaning are: 0: Returns all records. -1: Return the number of records specified in the UI scalability setting.

Context:

License Requirements (none)
Permission Requirements server:ServerMaintenance
Deny Context (none)
Require Context (none)
Author Lock (not required)
Transaction Logging Transaction logging is disabled for this method
Customization Customization is not supported for this method.

Error Codes:

None

Notes:

None