@adcp/client API Reference - v4.19.0
    Preparing search index...

    Interface StorageFactory

    Storage factory interface for creating storage instances

    interface StorageFactory {
        createStorage<T>(type: string, options?: any): Storage<T>;
    }
    Index

    Methods