groonga_d.cache

Undocumented in source.

Members

Aliases

grn_cache
alias grn_cache = _grn_cache
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

grn_cache_close
groonga_d.groonga.grn_rc grn_cache_close(groonga_d.groonga.grn_ctx* ctx, grn_cache* cache)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_cache_current_get
grn_cache* grn_cache_current_get(groonga_d.groonga.grn_ctx* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_cache_current_set
groonga_d.groonga.grn_rc grn_cache_current_set(groonga_d.groonga.grn_ctx* ctx, grn_cache* cache)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_cache_default_reopen
groonga_d.groonga.grn_rc grn_cache_default_reopen()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_cache_get_max_n_entries
uint grn_cache_get_max_n_entries(groonga_d.groonga.grn_ctx* ctx, grn_cache* cache)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_cache_open
grn_cache* grn_cache_open(groonga_d.groonga.grn_ctx* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_cache_set_max_n_entries
groonga_d.groonga.grn_rc grn_cache_set_max_n_entries(groonga_d.groonga.grn_ctx* ctx, grn_cache* cache, uint n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_get_default_cache_base_path
const(char)* grn_get_default_cache_base_path()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_persistent_cache_open
grn_cache* grn_persistent_cache_open(groonga_d.groonga.grn_ctx* ctx, const(char)* base_path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_set_default_cache_base_path
void grn_set_default_cache_base_path(const(char)* base_path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

GRN_CACHE_DEFAULT_MAX_N_ENTRIES
enum GRN_CACHE_DEFAULT_MAX_N_ENTRIES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_grn_cache
struct _grn_cache
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta