ThinkGeo.com    |     Documentation    |     Premium Support

Server Cache Concept

Hi,



   I want to understand implementation of server cache or tile cache concept. I am overlaying large contour file with different valuestyle applied. Because of that panning and zoomin zoomout rendering become slow. I think server cache or tile cache will help. Please explain with example for effective use of it.



Thanks,

Goral

Hi Goral, 
  
 You can find a sample named UsingTileCache in our HowDoISample, which is helpful for tile cache. It looks you are using DesktopEdition, so I think this version don’t related with server cache. 
  
 Regards, 
  
 Don

Hi,



    Thanks for reply. I have gone through sample and got overall idea . If possible explain in detail how to set it to get speed benefit.



Thanks,

Goral

Hi Goral, 
  
 Our cache is simple for use, you can see we only set CacheDirectory, CacheId, TileAccessMode and ImageFormat in sample.  
  
 Generally you only need set CacheDirectory and CacheId, CacheDirectory shows which folder to save your cache images, CacheId help you quickly switch between different cache group. 
  
 After open it, when you view a tile, the generated image will be saved, so the next time the tile is viewed it will be read directly from disk instead of take up resources for generate it again. 
  
 Regards, 
  
 Don