Hi,
Is there a caching system developed in this edition like the one in desktop edition? If so, how can I configure to use the cache system?
Thanks,
Tracy
Hi,
Is there a caching system developed in this edition like the one in desktop edition? If so, how can I configure to use the cache system?
Thanks,
Tracy
Tracy,
In latest public release Service Edition (3.1.182), we have public the classes to do the cache system out.
You can find classes like:
TileCache(abstract)
BitmapTileCache(abstract)
FileBitmapTileCache
InMemoryBitmapTileCache
You can use these classes to build your own cache system.
Any more questions just let me know.
Thanks.
Yale