From c65f56d740a56de624e83ffe32d0ce82aeb08f7f Mon Sep 17 00:00:00 2001 From: sgiehl <stefan@piwik.org> Date: Sat, 7 Jun 2014 23:08:25 +0200 Subject: [PATCH] improved doc --- core/DeviceDetectorCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/DeviceDetectorCache.php b/core/DeviceDetectorCache.php index 744560df92..eab44a9297 100644 --- a/core/DeviceDetectorCache.php +++ b/core/DeviceDetectorCache.php @@ -15,7 +15,7 @@ use Exception; * * Combines Piwik\CacheFile with an additional caching in static property * - * Static caching speeds up multiple detections in one request, which is mostly the case when importing logs + * Static caching speeds up multiple detections in one request, which is the case when sending bulk requests */ class DeviceDetectorCache extends CacheFile implements \DeviceDetector\Cache\CacheInterface { -- GitLab