Logos DX
    Preparing search index...

    Class MemoryAdapter

    Reference in-memory adapter for testing and prototyping.

    Stores cookies in a plain array — no persistence across process restarts. Use this as a starting point when building localStorage, Redis, or filesystem adapters.

    const plugin = cookiePlugin({ adapter: new MemoryAdapter() });
    

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods