We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe83f6d commit f782d26Copy full SHA for f782d26
1 file changed
docs/api/API_REFERENCE.md
@@ -774,8 +774,8 @@ class Astrocyte extends EventEmitter {
774
```typescript
775
interface AstrocyteConfig {
776
id: string - Unique identifier for the Astrocyte instance.
777
- maxSize?: number - Maximum number of items to store (for LRU eviction) (optional).
778
- defaultTTL?: number - Default Time-To-Live in milliseconds for cached items (optional).
+ cacheSize?: number - Maximum number of items to store (for LRU eviction) (optional).
+ ttl?: number - Default Time-To-Live in milliseconds for cached items (optional).
779
}
780
```
781
0 commit comments