cksac / dataloader-rs

Rust implementation of Facebook's DataLoader using async-await.
Apache License 2.0
261 stars 23 forks source link

cached::Cache.get, the `self` should be `&mut self`. In the lru-cache… #32

Closed elexing closed 3 years ago

elexing commented 3 years ago

Method cached::Cache.get, param &self should be &mut self. In the lru-cache or timed-cache, the get ops can change self.