Returns `true` when the cache holds no entries.
(&self)
| 86 | |
| 87 | /// Returns `true` when the cache holds no entries. |
| 88 | pub fn is_empty(&self) -> bool { |
| 89 | self.entries.is_empty() |
| 90 | } |
| 91 | |
| 92 | /// Returns the total number of individual flashblocks cached across all |
| 93 | /// block numbers. |
no outgoing calls