Public Attributes | |
| unsigned int | max_files |
| unsigned int | max_kb_size |
| float | max_occupancy_rate |
| unsigned long | byte_size |
| unsigned int | file_count |
| char * | www_dir |
| struct cached_file * | cache |
| struct cached_file * | lru_head |
| struct cached_file * | lru_tail |
Definition at line 64 of file cache_msu.c.
| unsigned long ws_cache_state::byte_size |
Definition at line 68 of file cache_msu.c.
| struct cached_file* ws_cache_state::cache |
Definition at line 71 of file cache_msu.c.
| unsigned int ws_cache_state::file_count |
Definition at line 69 of file cache_msu.c.
| struct cached_file* ws_cache_state::lru_head |
Definition at line 72 of file cache_msu.c.
| struct cached_file* ws_cache_state::lru_tail |
Definition at line 73 of file cache_msu.c.
| unsigned int ws_cache_state::max_files |
Definition at line 65 of file cache_msu.c.
| unsigned int ws_cache_state::max_kb_size |
Definition at line 66 of file cache_msu.c.
| float ws_cache_state::max_occupancy_rate |
Definition at line 67 of file cache_msu.c.
| char* ws_cache_state::www_dir |
Definition at line 70 of file cache_msu.c.
1.8.6