You are here

private property AbstractQueuedCachedClassLoader::$toBeAdded in X Autoload 7.5

Type: string[]

File

src/ClassLoader/AbstractQueuedCachedClassLoader.php, line 47

Class

AbstractQueuedCachedClassLoader
Bass class for cached class loader decorators where cache entries cannot be written one by one, but have to be written all at once instead.

Namespace

Drupal\xautoload\ClassLoader

Code

private $toBeAdded = array();