#include <CacheIntf.H>
Public Types | |
enum | { Version = 22 } |
enum | DebugLevel { None = 0, StatusMsgs, LeaseExp, LogRecover, LogFlush, MPKFileFlush, LogFlushEntries, WeederOps, AddEntryOp, OtherOps, WeederScans, All } |
enum | ProcIds { AddEntryProc, FreeVarsProc, LookupProc, CheckpointProc, RenewLeasesProc, WeedRecoverProc, StartMarkProc, SetHitFilterProc, GetLeasesProc, ResumeLeasesProc, EndMarkProc, CommitChkptProc, GetCacheInstanceProc, FlushAllProc, GetCacheIdProc, GetCacheStateProc } |
enum | LookupRes { Hit, Miss, FVMismatch, BadLookupArgs } |
enum | LookupOutcome { NewHits, WarmHits, DiskHits, AllMisses, NumKinds, NoOutcome } |
enum | AddEntryRes { EntryAdded, NoLease, BadAddEntryArgs } |
Static Public Member Functions | |
static char * | DebugName (int i) throw () |
static const char *const | LookupResName (LookupRes res) throw () |
static const char *const | AddEntryResName (AddEntryRes res) throw () |
|
Definition at line 71 of file CacheIntf.H. |
|
Definition at line 117 of file CacheIntf.H. |
|
Definition at line 74 of file CacheIntf.H. |
|
Definition at line 113 of file CacheIntf.H. |
|
Definition at line 109 of file CacheIntf.H. |
|
Definition at line 92 of file CacheIntf.H. |
|
Definition at line 45 of file CacheIntf.C. Referenced by ExpCache::AddEntry(), CacheC::AddEntry(), ApplicationFromCache(), ModelFromCache(), NormalModelFromCache(), and RunToolFromCache(). |
|
Definition at line 31 of file CacheIntf.C. References All. Referenced by main(). |
|
Definition at line 37 of file CacheIntf.C. Referenced by ApplicationFromCache(), ExpCache::Lookup(), CacheC::Lookup(), ModelFromCache(), NormalModelFromCache(), and RunToolFromCache(). |