Method ComputeCachePath
ComputeCachePath(RemoteContentLocation)
Computes the local path of the content in the cache.
Declaration
public string ComputeCachePath(RemoteContentLocation loc)
Parameters
Type | Name | Description |
---|---|---|
Remote |
loc | The content location. |
Returns
Type | Description |
---|---|
string | The local path of content. This does not imply that the content actually exists in the cache. Use File.Exists or Get |