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 d141687 commit e2edf02Copy full SHA for e2edf02
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