Set cache read tokens.
(mut self, tokens: u64)
| 488 | |
| 489 | /// Set cache read tokens. |
| 490 | pub fn with_cache_read(mut self, tokens: u64) -> Self { |
| 491 | self.cache_read_tokens = tokens; |
| 492 | self |
| 493 | } |
| 494 | |
| 495 | /// Set cache write tokens. |
| 496 | pub fn with_cache_write(mut self, tokens: u64) -> Self { |
no outgoing calls
no test coverage detected