Bug #31241 » forge_31241.patch
t3lib/cache/backend/class.t3lib_cache_backend_filebackend.php | ||
---|---|---|
* @api
|
||
*/
|
||
protected function isCacheFileExpired($cacheEntryPathAndFilename) {
|
||
clearstatcache();
|
||
if (file_exists($cacheEntryPathAndFilename) === FALSE) {
|
||
return TRUE;
|
||
}
|
- « Previous
- 1
- 2
- Next »