## RequestCacheEntry interface [​](/content/docs/sdk/core.requestcacheentry#requestcacheentry-interface "Direct link to RequestCacheEntry interface"/index.html)

**Signature:**

```typescript
export interface RequestCacheEntry
```

## Properties [​](/content/docs/sdk/core.requestcacheentry#properties "Direct link to Properties"/index.html)

| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [requestTime](/content/docs/sdk/core.requestcacheentry.requesttime) | `readonly` | number |  |
| [value](/content/docs/sdk/core.requestcacheentry.value) | `readonly` | [ReadablePromise](/content/docs/sdk/core.readablepromise) <any> |  |
