38 struct bu_cache_impl *
i;
void bu_cache_clear(const char *key, struct bu_cache *c)
size_t bu_cache_write(void **data, const char *key, struct bu_cache *c)
struct bu_cache * bu_cache_open(const char *cache_db, int create)
void bu_cache_close(struct bu_cache *c)
void bu_cache_get_done(const char *key, struct bu_cache *c)
size_t bu_cache_get(void **data, const char *key, struct bu_cache *c)
void bu_cache_erase(const char *cache_db)
Header file for the BRL-CAD common definitions.