protected property CacheCollector::$cacheCreated in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Cache/CacheCollector.php \Drupal\Core\Cache\CacheCollector::cacheCreated
Stores the cache creation time.
This is used to check if an invalidated cache item has been overwritten in the meantime.
Type: int
File
- core/
lib/ Drupal/ Core/ Cache/ CacheCollector.php, line 88 - Contains \Drupal\Core\Cache\CacheCollector.
Class
- CacheCollector
- Default implementation for CacheCollectorInterface.
Namespace
Drupal\Core\CacheCode
protected $cacheCreated;