interface IInitializationExtensionCacheContext {
    cachedResponse: InitializationResponse;
    cacheInfoToKeep: null | IStorage;
    fullClear: boolean;
}

Implemented by

Properties

cachedResponse: InitializationResponse
cacheInfoToKeep: null | IStorage
fullClear: boolean