Method | Description | |
---|---|---|
Add ( |
Adds the specified key and value to the dictionary or returns the value if it exists.
|
|
Get ( string cachedPath ) : |
Gets the CachedImage associated with the specified key.
|
|
Remove ( string cachedPath ) : bool |
Removes the value associated with the specified key.
|
public static Add ( |
||
cachedImage | /// The cached image to add. /// | |
return |
public static Get ( string cachedPath ) : |
||
cachedPath | string | /// The cached path of the value to get. /// |
return |
public static Remove ( string cachedPath ) : bool | ||
cachedPath | string | /// The key of the item to remove. /// |
return | bool |