|
myMPD
Internal API documentation
|
General rax cache handling. More...

Functions | |
| bool | cache_init (struct t_cache *cache) |
| bool | cache_free (struct t_cache *cache) |
| bool | cache_get_read_lock (struct t_cache *cache) |
| bool | cache_get_write_lock (struct t_cache *cache) |
| bool | cache_release_lock (struct t_cache *cache) |
General rax cache handling.
| bool cache_free | ( | struct t_cache * | cache | ) |
Frees a cache struct
| cache | Pointer to cache struct to free |
| bool cache_get_read_lock | ( | struct t_cache * | cache | ) |
Acquires a read lock
| cache | pointer to cache struct |
| bool cache_get_write_lock | ( | struct t_cache * | cache | ) |
Acquires a write lock
| cache | pointer to cache struct |
| bool cache_init | ( | struct t_cache * | cache | ) |
Initializes a cache struct
| cache | Pointer to cache struct to free |
| bool cache_release_lock | ( | struct t_cache * | cache | ) |
Frees the lock
| cache | pointer to cache struct |