2023-05-17 13:21:40 +00:00
|
|
|
---
|
|
|
|
sidebar_label: trimCache
|
|
|
|
---
|
|
|
|
|
2024-02-14 18:20:12 +00:00
|
|
|
# trimCache() function
|
2023-05-17 13:21:40 +00:00
|
|
|
|
|
|
|
#### Signature:
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
trimCache: () => Promise<void>;
|
|
|
|
```
|
2024-02-14 18:20:12 +00:00
|
|
|
|
|
|
|
**Returns:**
|
|
|
|
|
|
|
|
Promise<void>
|