service/cache
Api Code Documentation / Exports / service/cache
Table of contents
Type Aliases
Functions
Type Aliases
Cache
Ƭ Cache: Object
Type declaration
| Name | Type |
|---|---|
isWriteLocked | boolean |
projectStreams? | Stream[] |
projects | Map<string, Project> |
streamState | Map<StreamName, StreamCursor> |
Defined in
Functions
initCache
▸ initCache(): Cache