[]
Initializes a new instance of the RenderingCache class.
public RenderingCache(int memoryLimit = 200)
Public Sub New(Optional memoryLimit As Integer = 200)
Type | Name | Description |
---|---|---|
int | memoryLimit | The maximum amount of memory to be used by the cache, in megabytes. |