#include <support/GenericCache.h>
Inheritance diagram for SAbstractCache:

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 () |
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
Reimplemented in SGenericCache. |