Skip to content

Commit f782d26

Browse files
committed
Docs: Verify Astrocyte method signatures in tutorial examples (#55)
1 parent fe83f6d commit f782d26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/api/API_REFERENCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -774,8 +774,8 @@ class Astrocyte extends EventEmitter {
774774
```typescript
775775
interface AstrocyteConfig {
776776
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).
777+
cacheSize?: number - Maximum number of items to store (for LRU eviction) (optional).
778+
ttl?: number - Default Time-To-Live in milliseconds for cached items (optional).
779779
}
780780
```
781781

0 commit comments

Comments
 (0)