* restore unsafe cache data * @param {UnsafeCacheData} unsafeCacheData data from getUnsafeCacheData * @param {NormalModuleFactory} normalModuleFactory the normal module factory handling the unsafe caching
(unsafeCacheData, normalModuleFactory)
| 1063 | * @param {NormalModuleFactory} normalModuleFactory the normal module factory handling the unsafe caching |
| 1064 | */ |
| 1065 | restoreFromUnsafeCache(unsafeCacheData, normalModuleFactory) { |
| 1066 | this._restoreFromUnsafeCache(unsafeCacheData, normalModuleFactory); |
| 1067 | } |
| 1068 | |
| 1069 | /** |
| 1070 | * restore unsafe cache data |
no test coverage detected