CacheView¶
- MLModule¶
genre
author
package
dll
definition
see also
keywords
Purpose¶
The module CacheView provides information about cache utilization as a percentage of the maximum cache size.
Usage¶
Provided that a module network already exists, simply add a CacheView module to the network.
Open the panel of the CacheView and press Update Fields or check Auto compute.
Windows¶
Default Panel¶
Parameter Fields¶
Field Index¶
|
|
|
|
|
|
Visible Fields¶
Maximum Cache Size¶
- name: cacheSizeInKB, type: Integer, persistent: no¶
Sets the number of kilobytes of memory that the ML should not exceed for caching.
Currently Used Cache Size¶
- name: currentlyUsedCacheSizeInKB, type: Integer, persistent: no¶
Shows the number of kilobytes currently allocated in the ML cache.
Clear Cache¶
- name: clearTotalCache, type: Trigger¶
When pressed, the cache is cleared.
Update Fields¶
- name: updateAll, type: Trigger¶
When pressed, all fields of this module are updated.
Auto compute¶
- name: autoCompute, type: Bool, default: FALSE¶
If checked, the module updates on all changes to the ML image cache.