Returns the number of cached entries.
(&self)
| 30 | |
| 31 | /// Returns the number of cached entries. |
| 32 | pub fn entry_count(&self) -> u64 { |
| 33 | self.0.entry_count() |
| 34 | } |
| 35 | |
| 36 | /// Flushes pending cache maintenance tasks (evictions, TTL expiry). |
| 37 | #[cfg(any(test, feature = "test-utils"))] |