aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Notification/INotifier.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Notification/INotifier.php')
-rw-r--r--lib/public/Notification/INotifier.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/public/Notification/INotifier.php b/lib/public/Notification/INotifier.php
index bdc7207216f..b6851e3dfb3 100644
--- a/lib/public/Notification/INotifier.php
+++ b/lib/public/Notification/INotifier.php
@@ -10,6 +10,11 @@ namespace OCP\Notification;
use OCP\AppFramework\Attribute\Implementable;
+/**
+ * Please consider implementing {@see IPreloadableNotifier} to improve performance. It allows to
+ * preload and cache data for many notifications at once instead of loading the data for each
+ * prepared notification separately.
+ */
#[Implementable(since: '9.0.0')]
interface INotifier {
/**