Public Member Functions | Data Fields

PinnedDocTable Struct Reference

#include <P_CacheTest.h>

Inherits Continuation.

Collaboration diagram for PinnedDocTable:
Collaboration graph
[legend]

Public Member Functions

void insert (CacheKey *key, ink_time_t time, int update)
int probe (CacheKey *key)
int remove (CacheKey *key)
int cleanup (int event, Event *e)
 PinnedDocTable ()

Data Fields

Queue< PinnedDocEntrybucket [PINNED_DOC_TABLE_SIZE]

Detailed Description

Definition at line 41 of file P_CacheTest.h.


Constructor & Destructor Documentation

PinnedDocTable::PinnedDocTable (  )  [inline]

Definition at line 50 of file P_CacheTest.h.

References bucket, and PINNED_DOC_TABLE_SIZE.


Member Function Documentation

int PinnedDocTable::cleanup ( int  event,
Event e 
)
void PinnedDocTable::insert ( CacheKey key,
ink_time_t  time,
int  update 
)
int PinnedDocTable::probe ( CacheKey key  ) 
int PinnedDocTable::remove ( CacheKey key  ) 

Field Documentation

Queue<PinnedDocEntry> PinnedDocTable::bucket[PINNED_DOC_TABLE_SIZE]

Definition at line 43 of file P_CacheTest.h.

Referenced by PinnedDocTable().


The documentation for this struct was generated from the following file: