summaryrefslogtreecommitdiffstats
path: root/lib/public/icache.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/icache.php')
-rw-r--r--lib/public/icache.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/public/icache.php b/lib/public/icache.php
index a73004ec9a7..7f594d7a77a 100644
--- a/lib/public/icache.php
+++ b/lib/public/icache.php
@@ -5,6 +5,15 @@
* later.
* See the COPYING-README file.
*/
+
+/**
+ * Public interface of ownCloud for apps to use.
+ * Cache interface
+ *
+ */
+
+// use OCP namespace for all classes that are considered public.
+// This means that they should be used by apps instead of the internal ownCloud classes
namespace OCP;
/**