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 83

Class

CacheCollector
Default implementation for CacheCollectorInterface.

Namespace

Drupal\Core\Cache

Code

1
protected $cacheCreated;
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.