![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
#include <agent_config.h>
Public Member Functions | |
| RequestFilterCache (const BidRequest &request) | |
Public Attributes | |
| uint64_t | urlHash |
| std::string | language |
| uint64_t | languageHash |
| Utf8String | location |
| uint64_t | locationHash |
|
ML::Lightweight_Hash< uint64_t, int > | urlFilter |
|
ML::Lightweight_Hash< uint64_t, int > | languageFilter |
|
ML::Lightweight_Hash< uint64_t, int > | locationFilter |
Cache used to speed up successive calls to isBiddableRequest() for a given request.
Definition at line 368 of file agent_config.h.
1.7.6.1