rust-cache-2q icon indicating copy to clipboard operation
rust-cache-2q copied to clipboard

Results 2 rust-cache-2q issues
Sort by recently updated
recently updated
newest added

Allows access to keys and values evicted from the cache due to lack of available space. In some cases, the key might need to be cloned so that it may...

Hi, It would be cool if the "space" of an entry could be set in a dynamic way on insert, ex: ``` let mut cached_mamory = Cache::new(1024); cached_mamory.insert("1Mb",1, "my 1Mb......