|
NetSurf
|
Parameters to configure the low level cache. More...
#include <llcache.h>
Data Fields | |
| size_t | limit |
| The target upper bound for the RAM cache size. More... | |
| size_t | hysteresis |
| The hysteresis around the target size. More... | |
| int | minimum_lifetime |
| The minimum lifetime to consider sending objects to backing store. More... | |
| size_t | minimum_bandwidth |
| The minimum bandwidth to allow the backing store to use in bytes/second. More... | |
| size_t | maximum_bandwidth |
| The maximum bandwidth to allow the backing store to use in bytes/second. More... | |
| unsigned long | time_quantum |
| The time quantum over which to calculate the bandwidth values. More... | |
| uint32_t | fetch_attempts |
| The number of fetches to attempt when timing out. More... | |
| struct llcache_store_parameters | store |
| uint32_t llcache_parameters::fetch_attempts |
The number of fetches to attempt when timing out.
Definition at line 151 of file llcache.h.
Referenced by llcache_initialise(), and netsurf_init().
| size_t llcache_parameters::hysteresis |
| size_t llcache_parameters::limit |
The target upper bound for the RAM cache size.
Definition at line 130 of file llcache.h.
Referenced by llcache_initialise(), and netsurf_init().
| size_t llcache_parameters::maximum_bandwidth |
The maximum bandwidth to allow the backing store to use in bytes/second.
Definition at line 144 of file llcache.h.
Referenced by llcache_initialise().
| size_t llcache_parameters::minimum_bandwidth |
The minimum bandwidth to allow the backing store to use in bytes/second.
Definition at line 139 of file llcache.h.
Referenced by llcache_initialise().
| int llcache_parameters::minimum_lifetime |
The minimum lifetime to consider sending objects to backing store.
Definition at line 134 of file llcache.h.
Referenced by llcache_initialise().
| struct llcache_store_parameters llcache_parameters::store |
Definition at line 153 of file llcache.h.
Referenced by llcache_initialise(), and netsurf_init().
| unsigned long llcache_parameters::time_quantum |
The time quantum over which to calculate the bandwidth values.
Definition at line 148 of file llcache.h.
Referenced by llcache_initialise().