Cache constructor
Cache(
- MessageRepository messageRepository
Constructor to initialize the cache with the provided MessageRepository.
Implementation
Cache(this.messageRepository);
Constructor to initialize the cache with the provided MessageRepository.
Cache(this.messageRepository);