ddc
|
Go to the source code of this file.
Classes | |
class | ddcLRUCache< Key, Val > |
generic least-recently-used cache template More... | |
Macros | |
#define | DDC_IFPTHREAD(x) x |
#define | DDC_IFPTHREADELSE(x, y) x |
#define | DDC_DEFAULT_LRU_CACHE_CAPACITY 1024 |
default cache capacity More... | |
#define DDC_IFPTHREAD | ( | x | ) | x |
Referenced by ddcInitCurl(), ddcLRUCache< KeyT, ValT >::lock(), and ddcLRUCache< KeyT, ValT >::unlock().
#define DDC_IFPTHREADELSE | ( | x, | |
y | |||
) | x |
#define DDC_DEFAULT_LRU_CACHE_CAPACITY 1024 |
default cache capacity