(&self)
| 413 | |
| 414 | impl Clone for MemoryAwareCacheManager { |
| 415 | fn clone(&self) -> Self { |
| 416 | Self { |
| 417 | config: self.config.clone(), |
| 418 | managed_caches: self.managed_caches.clone(), |
| 419 | stats: self.stats.clone(), |
| 420 | last_check: self.last_check.clone(), |
| 421 | cache_factory: self.cache_factory.clone(), |
| 422 | } |
| 423 | } |
| 424 | } |
| 425 | |
| 426 | impl Default for MemoryAwareCacheManager { |
no outgoing calls
no test coverage detected