diff options
-rw-r--r-- | engine/lib/cache.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/cache.php b/engine/lib/cache.php index 9e5a0b1cc..6f7b99abe 100644 --- a/engine/lib/cache.php +++ b/engine/lib/cache.php @@ -1,7 +1,7 @@ <?php /** * Elgg cache - * The API REST endpoint. + * Cache file interface for caching data. * * @package Elgg * @subpackage API |