cache database More...
#include <kccommon.h>
#include <kcutil.h>
#include <kcdb.h>
#include <kcthread.h>
#include <kcfile.h>
#include <kccompress.h>
#include <kccompare.h>
#include <kcmap.h>
Classes | |
class | kyotocabinet::CacheDB |
On-memory hash database with LRU deletion. More... | |
class | kyotocabinet::CacheDB::Cursor |
Cursor to indicate a record. More... | |
struct | kyotocabinet::CacheDB::Record |
Record data. | |
struct | kyotocabinet::CacheDB::TranLog |
Transaction log. | |
struct | kyotocabinet::CacheDB::Slot |
Slot table. | |
class | kyotocabinet::CacheDB::Repeater |
Repeating visitor. | |
class | kyotocabinet::CacheDB::Setter |
Setting visitor. | |
class | kyotocabinet::CacheDB::Remover |
Removing visitor. | |
Namespaces | |
namespace | kyotocabinet |
Helper functions. |
cache database