ZenFS
    Preparing search index...

    Interface InMemory

    A backend that uses an in-memory store for storing data

    interface InMemory {
        name: "InMemory";
        options: {
            label: { required: false; type: "string" };
            maxSize: { required: false; type: "number" };
        };
        create(__namedParameters: InMemoryOptions): StoreFS<InMemoryStore>;
    }

    Hierarchy

    • _InMemory
      • InMemory
    Index

    Properties

    Methods

    Properties

    name: "InMemory" = 'InMemory'
    options: {
        label: { required: false; type: "string" };
        maxSize: { required: false; type: "number" };
    } = ...

    Methods