()
| 163 | } |
| 164 | |
| 165 | _initializeCache() { |
| 166 | |
| 167 | if (this.settings.cache) { |
| 168 | this._createCache(this.settings.cache); |
| 169 | } |
| 170 | |
| 171 | if (!this.caches.has('_default')) { |
| 172 | this._createCache([{ provider: CatboxMemory }]); // Defaults to memory-based |
| 173 | } |
| 174 | } |
| 175 | |
| 176 | _info() { |
| 177 |
no test coverage detected