interface SessionKeyCache {
    timestamp: number;
    value: SessionKeyPair;
}

Properties

Properties

timestamp: number