(config Config)
| 186 | } |
| 187 | |
| 188 | func newBaseCache(config Config) baseCache { |
| 189 | return baseCache{ |
| 190 | Config: config, |
| 191 | } |
| 192 | } |
| 193 | |
| 194 | // init initializes the baseCache with the provided cacheStore. It must be |
| 195 | // called with a non-nil cacheStore before use of the cache. |
no outgoing calls
no test coverage detected
searching dependent graphs…