Index: branches/5.2.x/core/kernel/managers/cache_manager.php =================================================================== diff -u -N -r14628 -r14699 --- branches/5.2.x/core/kernel/managers/cache_manager.php (.../cache_manager.php) (revision 14628) +++ branches/5.2.x/core/kernel/managers/cache_manager.php (.../cache_manager.php) (revision 14699) @@ -1,6 +1,6 @@ DeleteUnitCache(); } - + /** * Loads data, that was cached during unit config parsing * @@ -442,7 +442,8 @@ /** * Returns caching type (none, memory, temporary) * - * @return int + * @param int $caching_type + * @return bool * @access public */ public function isCachingType($caching_type) @@ -480,6 +481,7 @@ * @param int $key key name to add to cache * @param mixed $value value of chached record * @param int $expiration when value expires (0 - doesn't expire) + * @return bool * @access public */ public function setCache($key, $value, $expiration = 0)