I have a fully seeded cache of tiles to level 19 and no longer can access the original WMS source. Is it possible to generate a tileset using a memcache for layer above level 19 using the seeded cache as source?    <div><br>
</div><div>Something like this</div><div><br></div><div><br></div><div><div> <cache name="disk" type="disk"></div><div>    <base>/home/caches</base></div><div>    <symlink_blank/></div>
<div> </cache></div></div><div><br></div><div>  <cache name="memcache" type="memcache"><br></div><div><div>    <server></div><div>     <host>localhost</host></div><div>     <port>11211</port></div>
<div>     </server></div><div>   </cache></div></div><div><br></div><div><br></div><div><div>    <tileset name="Fully_Seeded_to_19_cache"></div><div>      <!--source>layer</source--></div>
<div>      <cache>disk</cache></div><div>      <grid>gmaps</grid></div><div>      <format>mixed</format></div><div>      <metatile>1 1</metatile></div><div>      <metabuffer>0</metabuffer></div>
<div>    </tileset></div></div><div><div><br></div><div>    <tileset name="Memcache_greater_than_19_cache"></div><div>      <source></source></div><div>      <cache>memcache</cache></div>
<div>      <grid>gmaps</grid></div><div>      <format>mixed</format></div><div>      <metatile>1 1</metatile></div><div>      <metabuffer>0</metabuffer></div><div>    </tileset></div>
</div><div><br></div><div><br></div><div><br></div>