$cacheKey = 'translate_path_' . Files::hashFileAttributes(__FILE__) . sha1($path . '--' . print_r($this->_extensions, true) . '//' . print_r($this->_exclude, true) . '//' . Files::dirmtime($path, true, $this->_extensions) . '*');
stop_measure('Get translate hash ' . $path);
- $found = cache()->remember($cacheKey, 28800, function () use ($path) {
+ $found = cache()->remember($cacheKey, 3600, function () use ($path) {
start_measure('Parse path for translations ' . $path);
$res = [];
$locations = [];