The cmdwin::caln commands manage cache line operations. They affect memory elements within a designated cache. The following table summarizes these commands.
command [<cache ID>] <line> [<count>]
<cache ID>
Optional. Specifies the cache that the command affects, otherwise it affects the default cache.
<line>
Specifies the cache line to affect.
<count>
Optional. Specifies the number of cache lines the command affect.
The following table lists and defines examples of the cmdwin::caln commands.
| Command | Description |
|---|---|
| cmdwin::caln:get 2 | Displays the second cache line. |
| cmdwin::caln:flush 2 | Flushes line 2 of the default cache. |
| cmdwin::caln:set 2 = 0 1 1 2 3 5 8 13 | Sets the contents of cache line two, where the first word has a value of 0, the second word has a value of 1, the third word has a value of 1, the fourth word has a value of 2, and so on. |