Page Speed Optimization Libraries
1.3.25.1
|
Public Attributes | |
char | hash_bytes [kHashSize] |
int64 | last_use_timestamp_ms |
int32 | byte_size |
EntryNum | lru_prev |
EntryNum | lru_next |
BlockNum | first_block |
bool | creating: 1 |
When this is true, someone is trying to overwrite this entry. | |
uint32 | open_count: 31 |
Number of readers currently accessing the data. | |
uint32 | padding |
ensures we're 8-aligned. |
For LRU list, prev/next are kInvalidEntry to denote 'none', which can apply both at endpoints and for entries not in the LRU at all, due to being free.