Update key for cache.

This commit is contained in:
李铭昕 2019-01-31 23:05:06 +08:00
parent 8f631c1a72
commit 88712bb068

View File

@ -78,7 +78,7 @@ class CacheManager
if ($hasObject) {
$key .= ':' . md5(serialize($arguments));
} else {
$key .= implode(':', $arguments);
$key .= ':' . implode(':', $arguments);
}
if (strlen($key) > 64) {