Interface MemoryOfflineRegionStoreOptions

interface MemoryOfflineRegionStoreOptions {
    now?: (() => Date);
}

Properties

Properties

now?: (() => Date)

Injectable clock so tests can observe deterministic access timestamps.