Method | Description | |
---|---|---|
Clear ( ) : void |
Removes all collections corresponding to the current Key from cache.
|
|
WebCacheAccessor ( |
Initializes a new instance of the MapAround.Caching.WebCacheAccessor
|
Method | Description | |
---|---|---|
AddOrReplaceAttributeNames ( IList |
Saves an attribute list into cache.
|
|
AddOrReplaceCollection ( ICollection |
Adds a collection to the cache or replaces it.
|
|
AddOrReplaceIndex ( ISpatialIndex index, FeatureType featureType ) : void |
Adds a feature index to the cache or replaces it.
|
|
CheckKeyString ( string key ) : bool |
Checks a value for validity when using as the access key.
|
|
ExtractAttributeNames ( ) : IList |
Extracts an attribute list from cache.
|
|
ExtractCollection ( FeatureType featureType ) : Collection |
Extracts a collection from cache.
|
|
ExtractIndex ( FeatureType featureType ) : ISpatialIndex |
Extracts a feature index from cache.
|
Method | Description | |
---|---|---|
checkCache ( ) : void | ||
featureTypeSubKey ( FeatureType featureType ) : string |
protected AddOrReplaceAttributeNames ( IList |
||
attributeNames | IList |
Attribute list |
return | void |
protected AddOrReplaceCollection ( ICollection |
||
features | ICollection |
Feature collection |
featureType | FeatureType | Feature type |
return | void |
protected AddOrReplaceIndex ( ISpatialIndex index, FeatureType featureType ) : void | ||
index | ISpatialIndex | Spatial index |
featureType | FeatureType | Feature type |
return | void |
protected CheckKeyString ( string key ) : bool | ||
key | string | Value need to be checked |
return | bool |
protected ExtractCollection ( FeatureType featureType ) : Collection |
||
featureType | FeatureType | Type of features in the collection |
return | Collection |
protected ExtractIndex ( FeatureType featureType ) : ISpatialIndex | ||
featureType | FeatureType | Feature type |
return | ISpatialIndex |
public WebCacheAccessor ( |
||
cache | A System.Web.Caching.Cache instance | |
return | System.Text |