GeoWebCache Mass Truncate

The REST API for mass truncation provides a mechanism for completely clearing caches more conveniently than with the seeding system
More information: http://geoserver.org/comm/
Contact Info: geoserver-users@sourceforge.net
Version: 1.0.0
BasePath:/geoserver/gwc/rest
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html

Access

Methods

[ Jump to Models ]

Table of Contents

GwcMassTruncate

GwcMassTruncate

Up
get /masstruncate
Returns available request types for truncation (masstruncateGet)
Returns xml containing the request type capabilities for mass truncation

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

Example data

Content-Type: application/xml

  truncateLayer
  truncateParameters
  truncateOrphans
  truncateExtent


Up
post /masstruncate
Issue a mass truncate request (masstruncatePost)
Issues a mass truncate request based on the request type parameter. truncateLayer, will clear all caches associated with a named layer, including all permutations of gridset, parameter filter values, and image formats.

Query parameters

requestType (required)
Query Parameter — The requestType parameter is used to control which cached tiles to truncate.
layer (optional)
Query Parameter — The layername to truncate

Responses

200

OK

Models

[ Jump to Methods ]

Table of Contents