()
| 51 | } |
| 52 | |
| 53 | func getDefaultCacheConfig() *cachetypes.CacheConfig { |
| 54 | return cachetypes.NewCacheConfig(0) |
| 55 | } |
| 56 | |
| 57 | func getTestAggregatedCacheConfig() *cachetypes.CacheConfig { |
| 58 | return cachetypes.NewCacheConfig(10) |
no outgoing calls
no test coverage detected