#include <CachedFactory.h>
Public Member Functions | |
unsigned | getCreated () |
unsigned | getFetched () |
unsigned | getHit () |
unsigned | getMissed () |
unsigned | getAllocated () |
unsigned | getOut () |
unsigned | getDestroyed () |
Protected Member Functions | |
SimpleStatisticPolicy () | |
void | onDebug () |
void | onFetch () |
void | onRelease () |
void | onCreate () |
void | onDestroy () |
const char * | name () |
Provides the following informations about the cache :
Definition at line 567 of file CachedFactory.h.