Planeshift
|
#include <pscache.h>
Public Types | |
enum | CACHE_STATUS { INVALID, VALID } |
Public Member Functions | |
CACHE_STATUS | GetCacheStatus (void) |
Return cache status. | |
psCache () | |
void | SetCacheStatus (CACHE_STATUS newStatus) |
Set cache status. | |
~psCache () | |
Protected Attributes | |
CACHE_STATUS | cacheStatus |
The psCache class implements the common cache mechanism.
psCache::psCache | ( | ) |
psCache::~psCache | ( | ) |
CACHE_STATUS psCache::GetCacheStatus | ( | void | ) | [inline] |
void psCache::SetCacheStatus | ( | CACHE_STATUS | newStatus | ) | [inline] |
CACHE_STATUS psCache::cacheStatus [protected] |