interface InMemoryConnector
extends CacheConnector
In-memory cache connector.
connect(): Promise<CacheAdapter>
end(): Promise<void>
In-memory cache connector.
connect(): Promise<CacheAdapter>
end(): Promise<void>
import { type InMemoryConnector } from ".";