changeCache returns the change cache for the database.
()
| 168 | |
| 169 | // changeCache returns the change cache for the database. |
| 170 | func (c *DatabaseCollection) changeCache() *changeCache { |
| 171 | return &c.dbCtx.changeCache |
| 172 | } |
| 173 | |
| 174 | // channelQueryLimit returns the pagination for the number of channels returned in a query. This is a database level property. |
| 175 | func (c *DatabaseCollection) channelQueryLimit() int { |
no outgoing calls