HDK
|
#include "UT_API.h"
#include "UT_Cache.h"
#include "UT_StringHolder.h"
#include "UT_IntrusivePtr.h"
#include "UT_Lock.h"
#include "UT_SpinLock.h"
#include "UT_ConcurrentHashMap.h"
Go to the source code of this file.
Classes | |
class | UT_CappedKey |
Base class for search keys for UT_CappedCache. More... | |
class | UT_CappedItem |
Base class for items in the UT_CappedCache. More... | |
class | UT_CappedCache |
Typedefs | |
typedef UT_RecursiveSpinLock | UT_CappedLock |
using | UT_CappedKeyHandle = UT_IntrusivePtr< UT_CappedKey > |
using | UT_CappedItemHandle = UT_IntrusivePtr< UT_CappedItem > |
Definition at line 66 of file UT_CappedCache.h.
Definition at line 48 of file UT_CappedCache.h.
typedef UT_RecursiveSpinLock UT_CappedLock |
Definition at line 22 of file UT_CappedCache.h.