SAbstractCache Class Reference
[Utility Classes and Functions]

#include <support/GenericCache.h>

Inheritance diagram for SAbstractCache:

SGenericCache List of all members.

Public Member Functions

status_t AbstractAdd (const void *key, const void *data, int32_t flags)
const void * AbstractLookup (const void *key, int32_t flags) const
status_t AbstractRemove (const void *key)
void Dump (const sptr< ITextOutput > &io) const

Protected Member Functions

 SAbstractCache (ssize_t cacheSize)
virtual ~SAbstractCache ()

Constructor & Destructor Documentation

SAbstractCache (  ssize_t  cacheSize  )  [protected]
 

~SAbstractCache (   )  [protected, virtual]
 


Member Function Documentation

status_t AbstractAdd (  const void *  key,
const void *  data,
int32_t  flags
) 
 

const void * AbstractLookup (  const void *  key,
int32_t  flags
)  const
 

status_t AbstractRemove (  const void *  key  ) 
 

void Dump (  const sptr< ITextOutput > &  io  )  const
 

Reimplemented in SGenericCache.


The documentation for this class was generated from the following files: