EvEmu
0.8.4
11 September 2021
|
#include "APICacheManager.h"
Public Member Functions | |
APICacheManager () | |
bool | CacheRetrieve (const std::string *apiDescriptor, std::string *xmlDoc) |
? More... | |
bool | CacheDeposit (const std::string *apiDescriptor, const std::string *xmlDoc, uint64 win32timeExpiration) |
? More... | |
Definition at line 31 of file APICacheManager.h.
APICacheManager::APICacheManager | ( | ) |
Definition at line 30 of file APICacheManager.cpp.
bool APICacheManager::CacheDeposit | ( | const std::string * | apiDescriptor, |
const std::string * | xmlDoc, | ||
uint64 | win32timeExpiration | ||
) |
?
?
[in] | ? | |
[in] | ? |
? |
Definition at line 46 of file APICacheManager.cpp.
bool APICacheManager::CacheRetrieve | ( | const std::string * | apiDescriptor, |
std::string * | xmlDoc | ||
) |
?
?
[in] | ? | |
[in] | ? |
? |
Definition at line 34 of file APICacheManager.cpp.