Click or drag to resize

ModernWindowClearCache Method

Release the memory for cached objects, and start immediate a Garbage collection.

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
public void ClearCache()
Remarks
Hummingbird UI holds the loaded contents in the cache to increase the performance, but it uses memory.
See Also