Annotates that the outbound data is cached by clients.
Method annotation for outbound:
class Example { @Outbound("d.example") @SupportsCache async getData(connection: WebsocketConnection): Promise<any> { return [...]; }} Copy
class Example { @Outbound("d.example") @SupportsCache async getData(connection: WebsocketConnection): Promise<any> { return [...]; }}
Generated using TypeDoc
Annotates that the outbound data is cached by clients.