NetSurf
Data Fields
llcache_store_parameters Struct Reference

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

Detailed Description

Parameters to configure the low level cache backing store.

Definition at line 119 of file llcache.h.

Field Documentation

◆ hysteresis

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

◆ limit

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

◆ path

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


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