| public | 
Inheritance Graph
graph BT
	CacheLevelMainMemory
	CacheLevelMainMemory --> CacheLevel
	click CacheLevelMainMemory "classMinSG_1_1OutOfCore_1_1CacheLevelMainMemory"
	click CacheLevel "classMinSG_1_1OutOfCore_1_1CacheLevel"
Description
Specialized cache level for storing cache objects in and retrieving cache objects from main memory (CPU memory).
Author: Benjamin Eikel
Date: 2011-02-23
Public Functions
| CacheLevelMainMemory(uint64_t cacheSize, CacheContext & cacheContext) | |
| ~CacheLevelMainMemory() | |
| void | init() Start the worker thread. | 
Documentation
function
 MinSG::OutOfCore::CacheLevelMainMemory::CacheLevelMainMemory
| public | 
| CacheLevelMainMemory( | uint64_t | cacheSize, | 
| CacheContext & | cacheContext | |
| ) | 
Defined in MinSG/Ext/OutOfCore/CacheLevelMainMemory.h:69
function
 MinSG::OutOfCore::CacheLevelMainMemory::~CacheLevelMainMemory
| public | virtual | 
| ~CacheLevelMainMemory( | ) | 
Defined in MinSG/Ext/OutOfCore/CacheLevelMainMemory.h:70
function
 MinSG::OutOfCore::CacheLevelMainMemory::init
| public | virtual | 
| void init( | ) | 
Start the worker thread.
Defined in MinSG/Ext/OutOfCore/CacheLevelMainMemory.h:73