protected property AliasManagerCacheDecorator::$preloadedPathLookups

Holds an array of previously cached paths based on a request path.

Type: array

File

drupal/core/lib/Drupal/Core/CacheDecorator/AliasManagerCacheDecorator.php, line 40
Contains Drupal\Core\CacheDecorator\AliasManagerCacheDecorator.

Class

AliasManagerCacheDecorator
Class used by the PathSubscriber to get the system path and cache path lookups.

Namespace

Drupal\Core\CacheDecorator

Code

protected $preloadedPathLookups = array();