(&self)
| 661 | } |
| 662 | |
| 663 | pub fn create_string_cache(&self) -> TtlCache<String, String> { |
| 664 | self.create_cache() |
| 665 | } |
| 666 | |
| 667 | pub fn create_query_cache(&self) -> TtlCache<String, Vec<u8>> { |
| 668 | self.create_cache() |
nothing calls this directly
no test coverage detected