[][src]Function sfsdb::new_cached

pub fn new_cached(
    location: &str,
    cache: Option<usize>,
    resync_every: u16
) -> CachedDB

A cached database. Used the exact same way as a simple but automaticaly caches the top most used key/value's for faster read access.