Home
last modified time | relevance | path

Searched refs:ageSeconds (Results 1 – 1 of 1) sorted by relevance

/plugin/cachestats/
H A DFileStatistics.php96 * @param int $ageSeconds Age in seconds since last modification
98 private function getModifiedGroup(int $ageSeconds): string argument
102 $ageSeconds < $day => '<1d',
103 $ageSeconds < 7 * $day => '<1w',
104 $ageSeconds < 30 * $day => '<1m',
105 $ageSeconds < 90 * $day => '<3m',
106 $ageSeconds < 180 * $day => '<6m',
107 $ageSeconds < 365 * $day => '<1y',