A platform for high-performance distributed tool and library development written in C++. It can be deployed in two different cluster modes: standalone or distributed. API for v0.5.0, released on June 13, 2018.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
CacheKey Struct Reference

#include <DataTypes.h>

+ Collaboration diagram for CacheKey:

Public Attributes

DatabaseID dbId
 
UserTypeID typeId
 
SetID setId
 
PageID pageId
 

Detailed Description

Definition at line 84 of file DataTypes.h.

Member Data Documentation

DatabaseID CacheKey::dbId

Definition at line 85 of file DataTypes.h.

PageID CacheKey::pageId

Definition at line 88 of file DataTypes.h.

SetID CacheKey::setId

Definition at line 87 of file DataTypes.h.

UserTypeID CacheKey::typeId

Definition at line 86 of file DataTypes.h.


The documentation for this struct was generated from the following file: