NetSurf
|
#include <image_cache.h>
Data Fields | |
unsigned int | bg_clean_time |
How frequently the background cache clean process is run (ms) More... | |
size_t | limit |
The target upper bound for the image cache size. More... | |
size_t | hysteresis |
The hysteresis allowed round the target size. More... | |
size_t | speculative_small |
The speculative conversion "small" size. More... | |
Definition at line 49 of file image_cache.h.
unsigned int image_cache_parameters::bg_clean_time |
How frequently the background cache clean process is run (ms)
Definition at line 51 of file image_cache.h.
Referenced by image_cache__background_update(), image_cache__clean(), image_cache_init(), and netsurf_init().
size_t image_cache_parameters::hysteresis |
The hysteresis allowed round the target size.
Definition at line 57 of file image_cache.h.
Referenced by image_cache__clean(), image_cache_init(), and netsurf_init().
size_t image_cache_parameters::limit |
The target upper bound for the image cache size.
Definition at line 54 of file image_cache.h.
Referenced by image_cache__clean(), image_cache_init(), image_cache_speculate(), and netsurf_init().
size_t image_cache_parameters::speculative_small |
The speculative conversion "small" size.
Definition at line 60 of file image_cache.h.
Referenced by image_cache_speculate().