NetSurf
|
Parameters to configure the low level cache backing store. More...
#include <llcache.h>
Data Fields | |
const char * | path |
The path to the backing store. More... | |
size_t | limit |
The backing store upper bound target size. More... | |
size_t | hysteresis |
The hysteresis around the target size. More... | |
Parameters to configure the low level cache backing store.
size_t llcache_store_parameters::hysteresis |
The hysteresis around the target size.
Definition at line 123 of file llcache.h.
Referenced by initialise(), and netsurf_init().
size_t llcache_store_parameters::limit |
The backing store upper bound target size.
Definition at line 122 of file llcache.h.
Referenced by initialise(), and netsurf_init().
const char* llcache_store_parameters::path |
The path to the backing store.
Definition at line 120 of file llcache.h.
Referenced by initialise(), and netsurf_init().