#include <CACHE_SET_COLLECTION.hpp>
Collaboration diagram for CACHE_SET_COLLECTION:

Public Member Functions | |
| CACHE_SET_COLLECTION (unsigned int _k) | |
| Base constructor. | |
| ~CACHE_SET_COLLECTION () | |
| Base deconstructor. | |
| bool | bringIntoCache (unsigned long int pointer) |
| Brings a memory line into cache. | |
| void | clear () |
| Clears the LRU stack of all entries. | |
Protected Attributes | |
| unsigned int | k |
| Number of different setIDs available. | |
| LRU_STACK * | stack |
| The LRU stack datastructure used for simulation. | |
|
|
Brings a memory line into cache.
|
1.3.9.1