Cache Struct Reference


Data Fields

EntryfirstEntryPtr
EntrylastEntryPtr
Tcl_HashEntry * hPtr
int keys
time_t timeout
int schedId
int schedStop
size_t maxSize
size_t currentSize
Ns_Callback * freeProc
Ns_Mutex lock
Ns_Cond cond
unsigned int nhit
unsigned int nmiss
unsigned int nflush
Tcl_HashTable entriesTable
char name [1]

Detailed Description

The following structure defines a cache


Field Documentation

Entry* Cache::firstEntryPtr

Entry* Cache::lastEntryPtr

Tcl_HashEntry* Cache::hPtr

int Cache::keys

time_t Cache::timeout

int Cache::schedId

int Cache::schedStop

size_t Cache::maxSize

size_t Cache::currentSize

Ns_Callback* Cache::freeProc

Ns_Mutex Cache::lock

Ns_Cond Cache::cond

unsigned int Cache::nhit

unsigned int Cache::nmiss

unsigned int Cache::nflush

Tcl_HashTable Cache::entriesTable

char Cache::name[1]


The documentation for this struct was generated from the following file:
Generated on Tue Sep 4 19:58:57 2007 by  doxygen 1.5.1