Issue Type: Improvement Improvement
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: Major Major
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
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to