d-leveldb ~develop (2022-02-27T03:06:48.2529762)
Dub
Repo
Options.LRUCache
leveldb
options
Options
Cache Object, can only set size
class
Options
static
class
LRUCache :
Cache
{
this
();
this
(size_t capacity);
~this
();
inout
(
leveldb_cache_t
)
ptr
[@property getter];
}
Constructors
this
this
()
Undocumented in source.
this
this
(size_t capacity)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Properties
ptr
inout
(
leveldb_cache_t
)
ptr
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Cache
ptr
inout
(
leveldb_cache_t
)
ptr
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
leveldb
options
Options
classes
AFilterPolicy
BloomFilterPolicy
Cache
Comparator
Environment
FilterPolicy
LRUCache
constructors
this
destructors
~this
properties
block_restart_interval
block_size
cache
comparator
compression
create_if_missing
env
error_if_missing
filter_policy
max_open_files
paranoid_checks
ptr
valid
write_buffer_size
Cache Object, can only set size