public function StaticCacheInterface::getExpiredFiles in Tome 8
Gets files that are in cache but invalid, and can be deleted.
The caller of this method must immediately act on or store returned expired files, as they are removed from cache storage after being returned.
Return value
array Files that have been expired.
1 method overrides StaticCacheInterface::getExpiredFiles()
- StaticCache::getExpiredFiles in modules/
tome_static/ src/ StaticCache.php - Gets files that are in cache but invalid, and can be deleted.
File
- modules/
tome_static/ src/ StaticCacheInterface.php, line 52
Class
- StaticCacheInterface
- Determines if pages are statically cached.
Namespace
Drupal\tome_staticCode
public function getExpiredFiles();