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

Public Member Functions | |
| status_t | Add (const KEY &key, const TYPE &data, int32_t flags=0) |
| void | Dump (const sptr< ITextOutput > &io) const |
| TYPE | Lookup (const KEY &key, int32_t flags=0) const |
| status_t | Remove (const KEY &key) |
| SGenericCache (ssize_t cacheSize) | |
| virtual | ~SGenericCache () |
Classes | |
| struct | entry_t |
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
Reimplemented from SAbstractCache. |
|
||||||||||||
|
|
|
|
|