Cache constructor

Cache(
  1. MessageRepository messageRepository
)

Constructor to initialize the cache with the provided MessageRepository.

Implementation

Cache(this.messageRepository);