![]() |
Public API Reference |
#include <nulcache.h>
Inheritance diagram for csNullCacheManager:
Public Methods | |
csNullCacheManager () | |
Does nothing. More... | |
virtual void | SetCurrentType (const char *type) |
Does nothing. More... | |
virtual const char * | GetCurrentType () const |
Always returns 0. More... | |
virtual void | SetCurrentScope (const char *scope) |
Does nothing. More... | |
virtual const char * | GetCurrentScope () const |
Always returns 0. More... | |
virtual bool | CacheData (void *data, uint32 size, const char *type, const char *scope, uint32 id) |
Always returns false. More... | |
virtual csPtr< iDataBuffer > | ReadCache (const char *type, const char *scope, uint32 id) |
Always returns 0. More... | |
virtual bool | ClearCache (const char *type=0, const char *scope=0, const uint32 *id=0) |
Does nothing. More... |
Definition at line 30 of file nulcache.h.
|
Does nothing.
|
|
Always returns false.
Implements iCacheManager. |
|
Does nothing.
Implements iCacheManager. |
|
Always returns 0.
Implements iCacheManager. Definition at line 57 of file nulcache.h. |
|
Always returns 0.
Implements iCacheManager. Definition at line 49 of file nulcache.h. |
|
Always returns 0.
Implements iCacheManager. |
|
Does nothing.
Implements iCacheManager. |
|
Does nothing.
Implements iCacheManager. |