Property | Type | Description | |
---|---|---|---|
_cachePath | String |
Method | Description | |
---|---|---|
GetPath ( string name ) : String | ||
ImageCache ( String cachePath ) : System | ||
IsPathValid ( String path, String name ) : bool | ||
IsStored ( string name ) : bool | ||
Read ( string name ) : |
||
StoreAndRequest ( string uri, string name ) : void |
Method | Description | |
---|---|---|
Start ( String>.Tuple |
||
Worker ( object obj ) : void |
public ImageCache ( String cachePath ) : System | ||
cachePath | String | |
return | System |
public IsPathValid ( String path, String name ) : bool | ||
path | String | |
name | String | |
return | bool |
public Read ( string name ) : |
||
name | string | |
return |
public StoreAndRequest ( string uri, string name ) : void | ||
uri | string | |
name | string | |
return | void |