Function rocket_file_cache::small_files_access_priority_function [] [src]

pub fn small_files_access_priority_function(
    access_count: usize,
    size: usize
) -> usize

Favor small files. The smaller the file, the higher priority it will have. Does take into account the number of accesses the file has.