[mapserver-commits] r12773 - trunk/docs/en/mapcache
svn at osgeo.org
svn at osgeo.org
Tue Nov 15 11:31:19 EST 2011
Author: tbonfort
Date: 2011-11-15 08:31:19 -0800 (Tue, 15 Nov 2011)
New Revision: 12773
Modified:
trunk/docs/en/mapcache/caches.txt
Log:
add note about memcache expiration default
Modified: trunk/docs/en/mapcache/caches.txt
===================================================================
--- trunk/docs/en/mapcache/caches.txt 2011-11-15 14:17:28 UTC (rev 12772)
+++ trunk/docs/en/mapcache/caches.txt 2011-11-15 16:31:19 UTC (rev 12773)
@@ -88,7 +88,6 @@
<template>/tmp/template-test/{tileset}#{grid}#{dim}/{z}/{x}/{y}.{ext}</template>
</cache>
-
.. _mapcache_cache_sqlite:
Sqlite Caches
@@ -192,7 +191,13 @@
</server>
</cache>
+.. note::
+ Tiles stored in memcache backends are configured to expire in 1 day by
+ default. This can be overriden at the tileset level with the <auto_expire>
+ keyword.
+
+
.. _mapcache_cache_tiff:
(Geo)TIFF Caches
More information about the mapserver-commits
mailing list