Kuzu C++ API
Loading...
Searching...
No Matches
kuzu::transaction::LocalCacheManager Class Reference

#include <transaction.h>

Public Member Functions

bool contains (const std::string &key)
 
LocalCacheObjectat (const std::string &key)
 
bool put (std::unique_ptr< LocalCacheObject > object)
 
void remove (const std::string &key)
 

Member Function Documentation

◆ at()

LocalCacheObject & kuzu::transaction::LocalCacheManager::at ( const std::string & key)
inline

◆ contains()

bool kuzu::transaction::LocalCacheManager::contains ( const std::string & key)
inline

◆ put()

bool kuzu::transaction::LocalCacheManager::put ( std::unique_ptr< LocalCacheObject > object)

◆ remove()

void kuzu::transaction::LocalCacheManager::remove ( const std::string & key)
inline

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