Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2013-10-07 05:37:58 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-10-07 05:37:58 +0400
commit29c57ee0d5f2e00b5e1f02e84cd52a1230d5a5d9 (patch)
treea310ddfbe902944b023cec1833b37f0f25b94a76 /core/CacheFile.php
parent14888bf220bb5487de3650a7161e32d1208a104e (diff)
refs #4194 marked some classes/methods/functions as available for plugins
Diffstat (limited to 'core/CacheFile.php')
-rw-r--r--core/CacheFile.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/CacheFile.php b/core/CacheFile.php
index 9d6faf64dc..833daaff1e 100644
--- a/core/CacheFile.php
+++ b/core/CacheFile.php
@@ -21,6 +21,7 @@ use Exception;
* - openx/lib/max/Delivery/cache.php
*
* @package Piwik
+ * @api
*/
class CacheFile
{