Namespace Csim\Model
| Cache | Rpresents a cache. |
| CacheCell | Identifies an individual cell in the cache. |
| CacheLayout | Holds sizes of cache parts. |
| Execution | Describes one simulated instruction and the simulation result. |
| Instruction | Represents one instruction. |
| InstructionType | An enum for instruction types. |
| Set | Represents one set in a cache. |
| SimulationState | Holds the current state of a simulation. Also keeps hit rate and a list of all executed instructions.. |
| InvalidInstructionException | Indicates that the specified instruction type can not be simulated by the cache. |