NetSurf
Data Fields
image_cache_parameters Struct Reference

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

Detailed Description

Definition at line 49 of file image_cache.h.

Field Documentation

◆ bg_clean_time

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

◆ hysteresis

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

◆ limit

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

◆ speculative_small

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


The documentation for this struct was generated from the following file: