(key string, fn RefreshFnWithOptions)
| 75 | // store SWR refresh results with per-entry cache lifetime options. |
| 76 | type SWRRefresherWithOptions interface { |
| 77 | SubmitRefreshWithOptions(key string, fn RefreshFnWithOptions) bool |
| 78 | } |
| 79 | |
| 80 | // Cache provides local in-memory caching for APQ and introspection |
no outgoing calls
no test coverage detected