HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_CappedCache.h File Reference
#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"
+ Include dependency graph for UT_CappedCache.h:
+ This graph shows which files directly or indirectly include this file:

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 >
 

Typedef Documentation

Definition at line 48 of file UT_CappedCache.h.

Definition at line 22 of file UT_CappedCache.h.