Type Alias RecordedCache

RecordedCache: {
    timestamp: number;
    value?: XiorPromise;
}