[][src]Function rocket_file_cache::small_files_access_priority_function

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

Favor small files with respect to the number of times file was accessed.

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