NetSurf
Data Fields
hlcache_s Struct Reference

Current state of the cache. More...

Collaboration diagram for hlcache_s:
[legend]

Data Fields

struct hlcache_parameters params
 
hlcache_entrycontent_list
 List of cached content objects. More...
 
hlcache_retrieval_ctxretrieval_ctx_ring
 Ring of retrieval contexts. More...
 
unsigned int hit_count
 
unsigned int miss_count
 

Detailed Description

Current state of the cache.

Global state of the cache.

Definition at line 85 of file hlcache.c.

Field Documentation

◆ content_list

hlcache_entry* hlcache_s::content_list

List of cached content objects.

Definition at line 89 of file hlcache.c.

Referenced by hlcache_clean(), hlcache_finalise(), hlcache_find_content(), and hlcache_handle_abort().

◆ hit_count

unsigned int hlcache_s::hit_count

Definition at line 95 of file hlcache.c.

Referenced by hlcache_finalise(), and hlcache_find_content().

◆ miss_count

unsigned int hlcache_s::miss_count

Definition at line 96 of file hlcache.c.

Referenced by hlcache_finalise(), and hlcache_find_content().

◆ params

struct hlcache_parameters hlcache_s::params

Definition at line 86 of file hlcache.c.

Referenced by hlcache_clean(), and hlcache_initialise().

◆ retrieval_ctx_ring

hlcache_retrieval_ctx* hlcache_s::retrieval_ctx_ring

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