()
| 28 | ) |
| 29 | |
| 30 | func getDefatulTTL() time.Duration { return time.Duration(2 * time.Second) } |
| 31 | |
| 32 | // nolint: exhaustruct // No need to use every option of 3rd party struct. |
| 33 | func getTestValkey(t testing.TB) *ValkeyDataCache[string, []byte] { |
no outgoing calls
no test coverage detected