Manages global cache operations. That is, they affect the operation of the entire cache. For multi-core processors, these commands operate on a specific cache if an optional ID number is provided. If the ID number is absent, the command operates on the cache that was assigned as the default by the last cmdwin::ca::default command. The following table summarizes cache commands.
| Command | Description |
|---|---|
| cmdwin::ca::default | Sets specified cache as default |
| cmdwin::ca::enable | Enables/disables cache |
| cmdwin::ca::flush | Flushes cache |
| cmdwin::ca::inval | Invalidates cache |
| cmdwin::ca::lock | Locks/Unlocks cache |
| cmdwin::ca::show | Shows the architecture of the cache |
command [<cache ID>] [on | off]
<cache ID>
Selects the cache that the command affects.
[on | off]
Changes a cache state.