()
| 59 | } |
| 60 | |
| 61 | func getTestRouteCacheOptions() RouteCacheOptions { |
| 62 | return RouteCacheOptions{ |
| 63 | AggregatedFeatureStatsOptions: []cachetypes.CacheOption{ |
| 64 | cachetypes.WithTTL(10), |
| 65 | }, |
| 66 | } |
| 67 | } |
| 68 | |
| 69 | // Cache implements the Cache method of the RawBytesDataCacher interface. |
| 70 | func (m *MockRawBytesDataCacher) Cache(_ context.Context, key string, value []byte, |
no outgoing calls
no test coverage detected