This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.webedition.servercache [2015/09/18 03:09] admin |
thinkgeo.mapsuite.webedition.servercache [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.WebEdition.ServerCache ====== | ====== ThinkGeo.MapSuite.WebEdition.ServerCache ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
This class controls the cachablity of the map control at the server side. | This class controls the cachablity of the map control at the server side. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 8: | Line 11: | ||
** {{wiki:PublicMethod.gif|}} ServerCache() ** | ** {{wiki:PublicMethod.gif|}} ServerCache() ** | ||
- | Initializes a new instance of the ServerCache class. | + | * //Initializes a new instance of the ServerCache class.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ServerCache#ServerCache.28.29// |
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} ServerCache(String) ** | ** {{wiki:PublicMethod.gif|}} ServerCache(String) ** | ||
- | Initializes a new instance of the ServerCache class with the specified cache directory. | + | * //Initializes a new instance of the ServerCache class with the specified cache directory.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ServerCache#ServerCache.28String.29// |
== Parameters == | == Parameters == | ||
* //cacheDirectory// | * //cacheDirectory// | ||
Line 28: | Line 31: | ||
** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ServerCache#ToString.28.29// |
== Return Value == | == Return Value == | ||
Line 40: | Line 43: | ||
** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ServerCache#Equals.28Object.29// |
== Return Value == | == Return Value == | ||
Line 56: | Line 59: | ||
** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ServerCache#GetHashCode.28.29// |
== Return Value == | == Return Value == | ||
Line 68: | Line 71: | ||
** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ServerCache#GetType.28.29// |
== Return Value == | == Return Value == | ||
Line 81: | Line 84: | ||
** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ServerCache#Finalize.28.29// |
== Return Value == | == Return Value == | ||
Line 93: | Line 96: | ||
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ServerCache#MemberwiseClone.28.29// |
== Return Value == | == Return Value == | ||
Line 108: | Line 111: | ||
Gets or sets a string that represents the directory of the cache folder. | Gets or sets a string that represents the directory of the cache folder. | ||
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ServerCache#CacheDirectory |
== Return Value == | == Return Value == | ||
* Type:String | * Type:String | ||
Line 116: | Line 119: | ||
Gets or sets a string which is used to retrieve the cached images. | Gets or sets a string which is used to retrieve the cached images. | ||
== Remarks == | == Remarks == | ||
- | The CacheId is actually the name of a sub-folder of the cache folder to which images with the same CacheId are saved. When you set the same CacheId in different pages, the map images of these pages will be saved and retrieved from the same folder. Thus you can share cache images between pages. | + | The <strong>CacheId</strong> is actually the name of a sub-folder of the cache folder to which images with the same CacheId are saved. When you set the same CacheId in different pages, the map images of these pages will be saved and retrieved from the same folder. Thus you can share cache images between pages. |
== Return Value == | == Return Value == | ||
* Type:String | * Type:String |