We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6bec7 commit d7f89abCopy full SHA for d7f89ab
apps/files_reminders/lib/Service/ReminderService.php
@@ -44,7 +44,7 @@ public function __construct(
44
protected LoggerInterface $logger,
45
protected ICacheFactory $cacheFactory,
46
) {
47
- $this->cache = $this->cacheFactory->createDistributed('files_reminders');
+ $this->cache = $this->cacheFactory->createInMemory();
48
}
49
50
public function cacheFolder(IUser $user, Folder $folder): void {
0 commit comments