Inheritance
System.Object
ImageCache
Properties
Declaration
public int currentSize { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public int currentSizeBytes { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public int maximumSize { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public int maximumSizeBytes { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Methods
Declaration
Declaration
public bool evict(object key)
Parameters
| Type |
Name |
Description |
| System.Object |
key |
|
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public ImageStreamCompleter putIfAbsent(object key, Func<ImageStreamCompleter> loader, ImageErrorListener onError = null)
Parameters
Returns