- 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.