* Add an entry to the cache. * * @private * @method _addEntry
(path, entry)
| 303 | * @method _addEntry |
| 304 | */ |
| 305 | _addEntry(path, entry) { |
| 306 | this.entries[path] = entry; |
| 307 | } |
| 308 | |
| 309 | /** |
| 310 | * Retrieve an entry from the cache. |
no outgoing calls
no test coverage detected