Method | Description | |
---|---|---|
ExtractJSONBytes ( string key ) : string |
Extracts a string representation of an JSON object from cache.
|
|
FileJSONCacheAccessor ( string path ) : System.Text |
Constructs FileJSONCacheAccessor object.
|
|
SaveJSONBytes ( string key, string jsonObject ) : void |
Saves a string representation of an JSON object into cache.
|
Method | Description | |
---|---|---|
FileNameFromCacheKey ( string cacheKey ) : string |
Gets a file name (excluding directory name) by the cache access key.
|
public ExtractJSONBytes ( string key ) : string | ||
key | string | |
return | string |
public FileJSONCacheAccessor ( string path ) : System.Text | ||
path | string | |
return | System.Text |
protected FileNameFromCacheKey ( string cacheKey ) : string | ||
cacheKey | string | A cache access key |
return | string |
public SaveJSONBytes ( string key, string jsonObject ) : void | ||
key | string | Access key |
jsonObject | string | Byte array that contains a binary representation of a JSON object |
return | void |