GlobeEngine
|
#include <Cache.h>
Public Member Functions | |
Cache () | |
~Cache () | |
void | clear () |
void | create (int _capacity) |
void | swap () |
std::shared_ptr< T > | requestCacheWritePointer () |
const std::vector< std::shared_ptr< T > > & | getFrontBuffer () |
void | setCapacity (unsigned int _capacity) |
int | getObjectCount () |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |