<?php chmod(string $filename, int $permissions): bool
<?php $cache->set($key, 'value'); $key = $cache->getCacheKey($key); chmod($cache->getCacheFile($key), 0); expect($cache->get($key))->toBeNull(); });