[Geoserver-devel] [jira] (GEOS-6020) expireCache and expireCacheList connected to GeoServers GWC configuration

Tobias Warneke created ImprovementGEOS-6020
expireCache and expireCacheList connected to GeoServers GWC configuration

Issue Type:

ImprovementImprovement

Affects Versions:

2.3.2

Assignee:

Andrea Aime

Attachments:

expiretilecache.diff

Components:

GWC, Wicket UI

Created:

05/Sep/13 7:57 AM

Description:

I connected expireCache and expireCacheList to GeoServers GeoWebCache layer configuration. Now it is possible to configure this within the LayerInfoImpl*.xml file.

Examples:

<expireCache>60</expireCache>
<parameterFilters/>
<gutter>0</gutter>
<autoCacheStyles>true</autoCacheStyles>
</GeoServerTileLayer>

and


<autoCacheStyles>true</autoCacheStyles>
<expireCacheList>
<expirationRule minZoom=“0” expiration=“60” />
<expirationRule minZoom=“10” expiration=“120” />
</expireCacheList>
</GeoServerTileLayer>

In this patch only expireCache is wired to UI.

Sorry about using an “older” version of GeoServer, but this is our used release and I am not able to switch that fast.

Regards

Tobias

Project:

GeoServer

Priority:

MajorMajor

Reporter:

Tobias Warneke

This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: [http://www.atlassian.com/software/jira](http://www.atlassian.com/software/jira)