TESSA Web API
    Preparing search index...

    Interface IInitializationExtensionCacheContext

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

    Implemented by

    Index

    Properties

    cachedResponse: InitializationResponse
    cacheInfoToKeep: null | IStorage
    fullClear: boolean